Equations
- Lean.Meta.getGoalPrefix mvarDecl = if (Lean.isLHSGoal? mvarDecl.type).isSome = true then "| " else "⊢ "
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.ppGoal.pushPending
(indent : Int)
(ids : List Lake.Name)
(type? : Option Lean.Expr)
(fmt : Lean.Format)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.ppGoal.ppVars
(indent : Int)
(showLetValues : Bool)
(varNames : List Lake.Name)
(prevType? : Option Lean.Expr)
(fmt : Lean.Format)
(localDecl : Lean.LocalDecl)
:
Equations
- One or more equations did not get rendered due to their size.