Documentation

Mathlib.Tactic.Linter.TacticDocumentation

The tacticDocs linter #

The tacticDocs environment linter checks that all tactics defined in a module come with a (nonempty) docstring.

Check that all tactics available in Mathlib have a docstring.

Instances For

    Check tactics with the same user-facing name (usually: first syntax token) get a @[tactic_alt] attribute.

    Instances For