Skip to content

Commit

Permalink
update lean
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Nov 30, 2023
1 parent 8b1d269 commit 3e38d03
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
build/
*.olean
.lake/
5 changes: 5 additions & 0 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{"version": 7,
"packagesDir": ".lake/packages",
"packages": [],
"name": "lean4export",
"lakeDir": ".lake"}
16 changes: 4 additions & 12 deletions lakefile.lean
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
import Lake
open Lake DSL

package «lean4export» {
-- add package configuration options here
}
package lean4export

lean_lib Export {
-- add library configuration options here
}

lean_lib Test {
-- add library configuration options here
}
lean_lib Export
lean_lib Test

@[default_target]
lean_exe «lean4export» {
lean_exe lean4export where
root := `Main
supportInterpreter := true
}
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.2.0-rc4
leanprover/lean4:v4.3.0

0 comments on commit 3e38d03

Please sign in to comment.