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.

Instances For

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

    Instances For

      Used for linters which use 0 instead of false for disabling.

      Instances For