fix(types.md): add all files, add some explanation

This commit is contained in:
Floris van Doorn 2015-04-30 12:31:22 -04:00 committed by Leonardo de Moura
parent e2c1dc92a8
commit e8e41ed745

View file

@ -12,7 +12,6 @@ Various datatypes.
* [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. * [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.
* [equiv](equiv.hlean) * [equiv](equiv.hlean)
* [pointed](pointed.hlean) * [pointed](pointed.hlean)
* [function](function.hlean): embeddings, (split) surjections, retractions
* [trunc](trunc.hlean) * [trunc](trunc.hlean): truncation levels, n-Types, truncation
* [W](W.hlean): W-types (not loaded by default)
* [W](W.hlean) (not loaded by default)