PhysLean Documentation

PhysLean.Meta.Notes.NoteFile

Note file #

A note file is a structure which contains the information to go into a note.

A note consists of a title and a list of Lean files which make up the note.

  • title : String

    The overall title of the note.

  • abstract : String

    The abstract of the note.

  • authors : List String

    A list of authors.

  • files : List Lean.Name

    The files making up the note in the order in which they should appear.

Instances For

    All imports associated to a note.

    Equations
    Instances For