PhysLean Documentation

PhysLean.Meta.TODO.Basic

Basic underlying structure for TODOs. #

The information from a TODO ... command.

  • content : String

    The content of the note.

  • fileName : Lean.Name

    The file name where the note came from.

  • line : Nat

    The line from where the note came from.

  • tag : String

    The tag of the TODO item

Instances For

    Syntax for the TODO ... command.

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

      Elaborator for the TODO ... command

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