Physlib Documentation

Physlib.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

    Environment extension to store todo ....

    Syntax for the TODO ... command.

    Equations
    Instances For

      Elaborator for the TODO ... command

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