fix(hott/trunc): comment out sorry

This commit is contained in:
Floris van Doorn 2014-11-20 13:37:02 -05:00 committed by Leonardo de Moura
parent bc807212ac
commit 24e35a9f2c

View file

@ -178,7 +178,7 @@ namespace truncation
definition contr_basedpaths [instance] {A : Type} (a : A) : is_contr (Σ(x : A), a ≈ x) :=
is_contr.mk (dpair a idp) (λp, sigma.rec_on p (λ b q, path.rec_on q idp))
definition is_trunc_is_hprop [instance] {n : trunc_index} : is_hprop (is_trunc n A) := sorry
-- definition is_trunc_is_hprop [instance] {n : trunc_index} : is_hprop (is_trunc n A) := sorry
definition unit_contr [instance] : is_contr unit :=
is_contr.mk star (λp, unit.rec_on p idp)