Equations
- Lean.Meta.Match.instInhabitedMatchEqns = { default := { eqnNames := default, splitterName := default, splitterAltNumParams := default } }
Equations
- Lean.Meta.Match.instReprMatchEqns = { reprPrec := Lean.Meta.Match.reprMatchEqnsâ }
Equations
- e.size = e.eqnNames.size
Instances For
Equations
- Lean.Meta.Match.instInhabitedMatchEqnsExtState = { default := { map := default, eqns := default } }
@[extern lean_get_match_equations_for]
Returns true
if declName
is the name of a match
equational theorem.
Equations
- Lean.Meta.Match.isMatchEqnTheorem env declName = Lean.PersistentHashSet.contains (Lean.Meta.Match.matchEqnsExt.getState env).eqns declName