Equations
- One or more equations did not get rendered due to their size.
def
Lean.Elab.Command.withNamespace
{α : Type}
(ns : Lean.Name)
(elabFn : Lean.Elab.Command.CommandElabM α)
:
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Elab.Command.hasNoErrorMessages = do let __do_lift ← get pure !Lean.MessageLog.hasErrors __do_lift.messages
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
@[implemented_by Lean.Elab.Command.elabEvalUnsafe]
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Elab.Command.elabExit x = Lean.logWarning (Function.comp Lean.MessageData.ofFormat Std.format "using 'exit' to interrupt Lean")
Equations
- Lean.Elab.Command.elabImport x = Lean.throwError (Lean.toMessageData "invalid 'import' command, it must be used in the beginning of the file")