lean2/library/standard/standard.md
2014-08-01 21:22:53 -07:00

353 B

standard

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

  • logic : logical constructs and axioms
  • data : various datatypes
  • struc : axiomatic structures
  • tools : various additional tools