A mapping that identifies definitionally equal expressions.
We implement it as a mapping from HeadIndex
to AssocList Expr α
.
Remark: this map may be quite inefficient if there are many HeadIndex
collisions.
Instances For
Equations
- Lean.Meta.instInhabitedKExprMap = { default := { map := default } }