chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
3 changed files with 3 additions and 2 deletions
Showing only changes of commit a8cf94ccb1 - Show all commits

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.*
!.gitignore
*.olean
/build
/lake-packages

View File

@ -88,7 +88,7 @@ unsafe def main (args: List String): IO Unit := do
let imports:= args.filter (λ s => ¬ (s.startsWith "--"))
let env ← Lean.importModules
(imports := imports.map (λ str => { module := str_to_name str, runtimeOnly := false }))
(imports := imports.toArray.map (λ str => { module := str_to_name str, runtimeOnly := false }))
(opts := {})
(trustLevel := 1)
let context: Context := {

View File

@ -1 +1 @@
leanprover/lean4:4.0.0
leanprover/lean4:4.1.0