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.PrettyPrinter.ppTerm stx = Lean.PrettyPrinter.ppCategory `term stx.raw
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.PrettyPrinter.ppExpr e = Lean.PrettyPrinter.ppUsing e fun e => Lean.PrettyPrinter.delab e ∅
Instances For
def
Lean.PrettyPrinter.ppExprWithInfos
(e : Lean.Expr)
(optsPerPos : optParam Lean.PrettyPrinter.Delaborator.OptionsPerPos ∅)
(delab : optParam Lean.PrettyPrinter.Delaborator.Delab Lean.PrettyPrinter.Delaborator.delab)
:
Return a fmt
representing pretty-printed e
together with a map from tags in fmt
to Elab.Info
nodes produced by the delaborator at various subexpressions of e
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.PrettyPrinter.ppConst e = Lean.PrettyPrinter.ppUsing e fun e => do let __do_lift ← Lean.PrettyPrinter.delabCore e ∅ Lean.PrettyPrinter.Delaborator.delabConst pure __do_lift.fst
Instances For
@[export lean_pp_expr]
def
Lean.PrettyPrinter.ppExprLegacy
(env : Lean.Environment)
(mctx : Lean.MetavarContext)
(lctx : Lean.LocalContext)
(opts : Lean.Options)
(e : Lean.Expr)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.PrettyPrinter.ppTactic stx = Lean.PrettyPrinter.ppCategory `tactic stx.raw
Instances For
Equations
- Lean.PrettyPrinter.ppCommand stx = Lean.PrettyPrinter.ppCategory `command stx.raw
Instances For
Equations
Instances For
Pretty-prints a declaration c
as c.{
.
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.