- env : Lean.Environment
- mctx : Lean.MetavarContext
- lctx : Lean.LocalContext
- opts : Lean.Options
- currNamespace : Lean.Name
- openDecls : List Lean.OpenDecl
- ppExpr : Lean.PPContext → Lean.Expr → IO Lean.Format
- ppTerm : Lean.PPContext → Lean.Syntax → IO Lean.Format
- ppGoal : Lean.PPContext → Lean.MVarId → IO Lean.Format
Equations
- Lean.instInhabitedPPFns = { default := { ppExpr := default, ppTerm := default, ppGoal := default } }
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.ppGoal ctx mvarId = Lean.PPFns.ppGoal (Lean.EnvExtension.getState Lean.ppExt ctx.env) ctx mvarId