Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Command.withNamespace
{α : Type}
(ns : Lake.Name)
(elabFn : Lean.Elab.Command.CommandElabM α)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Elab.Command.elabChoice stx = Lean.Elab.Command.elabChoiceAux stx.getArgs 0
Instances For
Equations
- Lean.Elab.Command.elabUniverse n = n[1].forArgsM Lean.Elab.Command.addUnivLevel
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Command.elabReduce.go
(tk : Lean.Syntax)
(term : Lean.Syntax)
(skipProofs : optParam Bool true)
(skipTypes : optParam Bool true)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Elab.Command.hasNoErrorMessages = do let __do_lift ← get pure !__do_lift.messages.hasErrors
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
unsafe def
Lean.Elab.Command.elabEvalCoreUnsafe
(bang : Bool)
(tk : Lean.Syntax)
(term : Lean.Syntax)
:
Instances For
@[implemented_by Lean.Elab.Command.elabEvalCoreUnsafe]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Elab.Command.elabExit x = Lean.logWarning ((Lean.MessageData.ofFormat ∘ Lean.format) "using 'exit' to interrupt Lean")
Instances For
Equations
- Lean.Elab.Command.elabImport x = Lean.throwError (Lean.toMessageData "invalid 'import' command, it must be used in the beginning of the file")