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

12 lines
No EOL
478 B
Markdown

standard
========
The Lean standard library. By default, `import standard` does not
import the classical axioms. For that, use `import logic.axioms`.
* [general_notation](general_notation.lean) : notation shared by all libraries
* [logic](logic/logic.md) : logical constructs and axioms
* [data](data/data.md) : various datatypes
* [struc](struc/struc.md) : axiomatic structures
* [hott](hott/hott.md) : homotopy type theory
* [tools](tools/tool.md) : various additional tools