Documentation

Lean.Meta.Tactic.Grind.Attr

Instances For

    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
      Equations
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Lean.Meta.Grind.registerAttr (attrName : Name) (ref : Name := by exact decl_name%) :
          Equations
          • One or more equations did not get rendered due to their size.
          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.
            Instances For