chore: Try to fix docs

This commit is contained in:
jstoobysmith 2024-09-16 11:30:19 -04:00
parent 116aa11660
commit 9a33bb899a
2 changed files with 1 additions and 1 deletions

View file

@ -66,6 +66,7 @@ srcDir = "scripts/MetaPrograms"
[[lean_exe]]
name = "informal"
supportInterpreter = true
srcDir = "scripts/MetaPrograms"
# -- Optional inclusion of openAI_doc_check. Needs `llm` above.

View file

@ -171,7 +171,6 @@ unsafe def importToWebString (i : Import) : MetaM String := do
unsafe def main (args : List String) : IO UInt32 := do
initSearchPath (← findSysroot)
enableInitializersExecution
let mods : Name := `HepLean
let imp : Import := {module := mods}
let mFile ← findOLean imp.module