2014-08-01 17:37:55 +00:00
|
|
|
standard
|
|
|
|
========
|
|
|
|
|
|
|
|
The Lean standard library. By default, `import standard` does not
|
|
|
|
import the classical axioms. For that, use `import logic.axioms`.
|
|
|
|
|
2014-08-12 00:35:25 +00:00
|
|
|
* [general_notation](general_notation.lean) : notation shared by all libraries
|
2014-08-01 17:37:55 +00:00
|
|
|
* [logic](logic/logic.md) : logical constructs and axioms
|
|
|
|
* [data](data/data.md) : various datatypes
|
|
|
|
* [struc](struc/struc.md) : axiomatic structures
|
2014-08-12 00:35:25 +00:00
|
|
|
* [hott](hott/hott.md) : homotopy type theory
|
2014-08-01 17:37:55 +00:00
|
|
|
* [tools](tools/tool.md) : various additional tools
|