mirror of
https://github.com/SinTan1729/lean-talk-sp24.git
synced 2024-12-25 21:28:36 -06:00
build: Update lean and add some gitignores
This commit is contained in:
parent
0612fdd505
commit
89997aeb57
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
/.lake
|
/.lake
|
||||||
.directory
|
.directory
|
||||||
|
qr-code.png
|
||||||
|
|
|
@ -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`.
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue