add sorry's to make library compile
This commit is contained in:
parent
90f4acb3f6
commit
9c271470ca
2 changed files with 16 additions and 18 deletions
|
@ -221,7 +221,7 @@ namespace fwedge
|
||||||
(f ∘* (pwedge_pmap h k)) w = pwedge_pmap (f ∘* h )(f ∘* k) w :=
|
(f ∘* (pwedge_pmap h k)) w = pwedge_pmap (f ∘* h )(f ∘* k) w :=
|
||||||
have H : _, from
|
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),
|
(@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
|
-- SA to here 7/5
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace wedge
|
||||||
exact (glue ⋆),
|
exact (glue ⋆),
|
||||||
exact inr (inr a),
|
exact inr (inr a),
|
||||||
-- exact elim_glue _ _ _,
|
-- exact elim_glue _ _ _,
|
||||||
|
exact sorry
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -65,5 +65,3 @@ namespace wedge
|
||||||
... ≃* plift.{u v} A ∨ plift.{u v} B : by exact pwedge_pequiv !pequiv_plift !pequiv_plift
|
... ≃* plift.{u v} A ∨ plift.{u v} B : by exact pwedge_pequiv !pequiv_plift !pequiv_plift
|
||||||
|
|
||||||
end wedge
|
end wedge
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue