We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c78bf commit f3c759dCopy full SHA for f3c759d
docbuild/scripts/overwrite_index.lean
@@ -100,7 +100,7 @@ unsafe def runWithImports {α : Type} (actionToRun : CoreM α) : IO α := do
100
let currentCtx := { fileName := "", fileMap := default }
101
Lean.enableInitializersExecution
102
103
- Lean.withImportModules modulesToImport {} 0 fun env => do
+ Lean.withImportModules modulesToImport {} fun env => do
104
let (result, _newState) ← Core.CoreM.toIO actionToRun currentCtx { env := env }
105
return result
106
0 commit comments