Documentation

Lean.Meta.KExprMap

structure Lean.Meta.KExprMap (α : Type) :
Type

A mapping that indentifies definitionally equal expressions. We implement it as a mapping from HeadIndex to Std.AssocList Expr α.

Remark: this map may be quite inefficient if there are many HeadIndex collisions.

Equations
  • Lean.Meta.instInhabitedKExprMap = { default := { map := 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.