Documentation

Mathlib.Tactic.DeclarationNames

This file contains functions that are used by multiple linters.

If pos is a String.Pos, then getNamesFrom pos returns the array of identifiers for the names of the declarations whose syntax begins in position at least pos.

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

    If stx is a syntax node for an export statement, then getAliasSyntax stx returns the array of identifiers with the "exported" names.

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