def
Lean.Environment.addDecl
(env : Lean.Environment)
(opts : Lean.Options)
(decl : Lean.Declaration)
(cancelTk? : optParam (Option IO.CancelToken) none)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Environment.addAndCompile
(env : Lean.Environment)
(opts : Lean.Options)
(decl : Lean.Declaration)
(cancelTk? : optParam (Option IO.CancelToken) none)
:
Equations
- env.addAndCompile opts decl cancelTk? = do let env ← env.addDecl opts decl cancelTk? env.compileDecl opts decl
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.addAndCompile decl = do Lean.addDecl decl Lean.compileDecl decl