lean2/library/standard.md
Leonardo de Moura dbaf81e16d refactor(library): remove unnecessary 'standard' subdirectory
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-23 18:08:09 -07:00

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