chore: Initial Lake project

main
Henrik Böving 2021-11-27 16:19:45 +01:00
parent 43356fe5e8
commit deb6739fcc
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/build
/lean_packages

7
lakefile.lean Normal file
View File

@ -0,0 +1,7 @@
import Lake
open Lake DSL
package «doc-gen4» {
-- add configuration options here
supportInterpreter := true
}

1
lean-toolchain Normal file
View File

@ -0,0 +1 @@
leanprover/lean4:nightly-2021-11-26