lean2/library/standard/standard.md

478 B

standard

The Lean standard library. By default, import standard does not import the classical axioms. For that, use import logic.axioms.

  • general_notation : notation shared by all libraries
  • logic : logical constructs and axioms
  • data : various datatypes
  • struc : axiomatic structures
  • hott : homotopy type theory
  • tools : various additional tools