Return theorem kind for stx of the form Attr.grindThmMod
Equations
- One or more equations did not get rendered due to their size.
Instances For
Return theorem kind for stx of the form (Attr.grindMod)?
Equations
Instances For
Equations
- Lean.Meta.Grind.throwInvalidUsrModifier = Lean.throwError (Lean.toMessageData "the modifier `usr` is only relevant in parameters for `grind only`")
Instances For
@[reducible, inline]
Instances For
Extension backing the @[lia] attribute. It uses the same recording mechanism as @[grind]
(see registerAttr), but provides a separate, smaller E-matching lemma set that the lia
tactic instantiates (e.g. Nat.max_def), without enabling the full @[grind] set.
Returns true is declName is a builtin split or has been tagged with [grind] attribute.
Equations
- One or more equations did not get rendered due to their size.