Documentation

Lean.Meta.Match.MatchEqsExt

Equations
Equations
  • e.size = e.eqnNames.size
def Lean.Meta.Match.registerMatchEqns (matchDeclName : Name) (matchEqns : MatchEqns) :
Equations
  • One or more equations did not get rendered due to their size.
@[extern lean_get_match_equations_for]

Returns true if declName is the name of a match equational theorem.

Equations