Documentation

Parser_.Annotations

inductive ResolverError :
Instances For
    @[implicit_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    inductive Annotation :

    A subset of general annotations understood by this tool. Each constructor carries its own pos : SourceSpan explicitly rather than using Common/Position.lean's @@/posOf mechanism, which is unsound for nullary constructors such as «@parameter»: they share a single tagged scalar representation, so pointer-identity-based position lookup can't distinguish separate occurrences.

    Instances For
      @[implicit_reducible]
      Equations
      @[implicit_reducible]
      Equations
      Equations
      Instances For

        The position of the comment (group) this annotation was parsed from.

        Equations
        Instances For