Computes a table that heuristically maps parser syntax kinds to their first tokens by inspecting the Pratt parsing tables for the `tactic syntax kind. If a custom name is provided for the tactic, then it is returned instead.
Equations
Instances For
Displays all available tactic tags, with documentation.
Equations
Instances For
The information needed to display all documentation for a tactic.
- internalName : Name
The name of the canonical parser for the tactic
- userName : String
The user-facing name to display (typically the first keyword token)
The docstring for the tactic
Any docstring extensions that have been specified