Documentation

Std.Lean.Name

Returns true if the name has any numeric components.

Equations
Instances For

    The frontend does not allow user declarations to start with _ in any of its parts. We use name parts starting with _ internally to create auxiliary names (e.g., _private).

    Equations
    Instances For

      Returns true if this a part of name that is internal or dynamically generated so that it may easily be changed.

      Generally, user code should not explicitly use internal names.

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