Skip to content

Commit 4bc2960

Browse files
authored
Merge pull request #40 from coq-community/mc_1223
Adapt to math-comp/math-comp#1223
2 parents 080d923 + 5487c74 commit 4bc2960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/core/completeness.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Proof.
9494
suff E: input=output :>G by congruence.
9595
apply/(card_le1_eqP (A := predT)) => //.
9696
apply iso_v, card_bij in L. rewrite !card_sum !card_unit addnC in L.
97-
by injection L=>->.
97+
by case: L; rewrite ?add0n => ->.
9898
* have E: forall y, L (inr tt) <> L (inl y) by intros y H; generalize (bij_injective (f:=L) H).
9999
case_eq (L (inr tt)); case.
100100
generalize (E input). simpl in *. congruence.

0 commit comments

Comments
 (0)