build: Update lean and add some gitignores

This commit is contained in:
Sayantan Santra 2024-02-05 21:22:49 -06:00
parent 0612fdd505
commit 89997aeb57
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/.lake /.lake
.directory .directory
qr-code.png

View file

@ -13,6 +13,8 @@ open Nat
def f (x : ) := def f (x : ) :=
x + 3 x + 3
#eval f 5
#check f #check f
-- These are propositions, of type `Prop`. -- These are propositions, of type `Prop`.

View file

@ -58,7 +58,7 @@
{"url": "https://github.com/leanprover-community/mathlib4.git", {"url": "https://github.com/leanprover-community/mathlib4.git",
"type": "git", "type": "git",
"subDir": null, "subDir": null,
"rev": "328b7ecbc986507635abf725bbed4da70e418298", "rev": "e415c3ba4d1e59e5af6d0b9b4f71797f97cad62a",
"name": "mathlib", "name": "mathlib",
"manifestFile": "lake-manifest.json", "manifestFile": "lake-manifest.json",
"inputRev": null, "inputRev": null,