Documentation

Lean.Elab.Tactic.Doc

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Displays all available tactic tags, with documentation.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The information needed to display all documentation for a tactic.

        • internalName : Lake.Name

          The name of the canonical parser for the tactic

        • userName : String

          The user-facing name to display (typically the first keyword token)

        • The tags that have been applied to the tactic

        • docString : Option String

          The docstring for the tactic

        • extensionDocs : Array String

          Any docstring extensions that have been specified

        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For