add sorry's to make library compile

This commit is contained in:
Floris van Doorn 2017-07-07 22:38:06 +01:00
parent 90f4acb3f6
commit 9c271470ca
2 changed files with 16 additions and 18 deletions

View file

@ -221,7 +221,7 @@ namespace fwedge
(f ∘* (pwedge_pmap h k)) w = pwedge_pmap (f ∘* h )(f ∘* k) w :=
have H : _, from
(@prod_to_pi_bool_nat_square A B X Y f) ⬝htyh (fwedge_pmap_nat_square f) ⬝htyh (fwedge_to_pwedge_nat_square f),
proof H qed
sorry
-- SA to here 7/5

View file

@ -48,7 +48,7 @@ namespace wedge
exact (glue ⋆),
exact inr (inr a),
-- exact elim_glue _ _ _,
exact sorry
end
@ -65,5 +65,3 @@ namespace wedge
... ≃* plift.{u v} A plift.{u v} B : by exact pwedge_pequiv !pequiv_plift !pequiv_plift
end wedge