Documentation

Lean.Util.PPExt

structure Lean.PPContext :

A format tree with Elab.Info annotations. Each .tag n _ node is annotated with infos[n]. This is used to attach semantic data such as expressions to pretty-printer outputs.

Instances For
Equations
structure Lean.PPFns :
Instances For
Equations
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.
def Lean.ppTerm (ctx : PPContext) (stx : Term) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.ppGoal (ctx : PPContext) (mvarId : MVarId) :
Equations
  • One or more equations did not get rendered due to their size.