Skip to content

Commit 5a5ff27

Browse files
authored
Merge pull request #12 from proux01/mc_1246
Adapt to math-comp/math-comp#1246
2 parents ff71b25 + 05d5b4a commit 5a5ff27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bigenough.v

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Ltac olddone :=
101101
trivial; hnf; intros; solve
102102
[ do ![solve [trivial | apply: sym_equal; trivial]
103103
| discriminate | contradiction | split]
104-
| case not_locked_false_eq_true; assumption
105104
| match goal with H : ~ _ |- _ => solve [case H; trivial] end].
106105

107106
Ltac big_enough :=

0 commit comments

Comments
 (0)