Update informal.lean

This commit is contained in:
jstoobysmith 2024-09-16 11:22:26 -04:00
parent 7b0ed296f5
commit 116aa11660

View file

@ -171,6 +171,7 @@ 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