hott.types ========== Various datatypes. * [bool](bool.hlean) * [prod](prod.hlean) * [sigma](sigma.hlean) * [pi](pi.hlean) * [arrow](arrow.hlean) * [eq](eq.hlean) * [fiber](fiber.hlean) * [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) * [pointed](pointed.hlean) * [function](function.hlean): embeddings, (split) surjections, retractions * [trunc](trunc.hlean): truncation levels, n-Types, truncation * [W](W.hlean): W-types (not loaded by default)