Cached Theorem Lookup #
Per-function cache of Sym.Simp.Theorem objects for equation theorems, unfold
equations, and match equations. Avoids repeated mkTheoremFromDecl calls (which
involve pattern extraction and discrimination tree insertion).
- eqnTheorems : PHashMap Name Sym.Simp.Theorems
- unfoldTheorems : PHashMap Name Sym.Simp.Theorem
- matchTheorems : PHashMap Name Sym.Simp.Theorems
Instances For
Equations
Instances For
@[implicit_reducible]
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.