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
- eqns : Lean.PHashSet Lake.Name
Instances For
Equations
- Lean.Meta.Match.instInhabitedMatchEqnsExtState = { default := { map := default, eqns := default } }
def
Lean.Meta.Match.registerMatchEqns
(matchDeclName : Lake.Name)
(matchEqns : Lean.Meta.Match.MatchEqns)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[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