2015-03-05 02:06:39 +00:00
hott.types
==========
Various datatypes.
2015-05-01 00:45:31 +00:00
* [bool ](bool.hlean )
2015-04-29 00:48:39 +00:00
* [prod ](prod.hlean )
* [sigma ](sigma.hlean )
2015-03-05 02:06:39 +00:00
* [pi ](pi.hlean )
* [arrow ](arrow.hlean )
* [eq ](eq.hlean )
* [fiber ](fiber.hlean )
2015-04-29 00:48:39 +00:00
* [hprop_trunc ](hprop_trunc.hlean ): in this file we prove that `is_trunc n A` is a mere proposition. We separate this from [trunc ](trunc.hlean ) to avoid circularity in imports.
2015-03-05 02:06:39 +00:00
* [equiv ](equiv.hlean )
* [pointed ](pointed.hlean )
2015-04-30 16:31:22 +00:00
* [function ](function.hlean ): embeddings, (split) surjections, retractions
* [trunc ](trunc.hlean ): truncation levels, n-Types, truncation
* [W ](W.hlean ): W-types (not loaded by default)