chore: fix typo
This commit is contained in:
parent
170b911a6f
commit
e0aa9fb290
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ unsafe def enableInitializersExecution : IO Unit :=
|
|||
def isInitializerExecutionEnabled : IO Bool :=
|
||||
runInitializersRef.get
|
||||
|
||||
/- We say Lean is "initializing" when it is executing `builtin_initialize` declarations and importing modules.
|
||||
/- We say Lean is "initializing" when it is executing `builtin_initialize` declarations or importing modules.
|
||||
Recall that Lean excutes `initialize` declarations while importing modules. -/
|
||||
def initializing : IO Bool :=
|
||||
IO.initializing <||> importingRef.get
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue