Equations
- One or more equations did not get rendered due to their size.
Instances For
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.
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
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")
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
'Delaborate' open declarations. Current limitations:
- does not check whether or not successive namespaces need
_root_
- does not combine commands with
renaming
clauses into a single command
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.