Skip to content

Commit

Permalink
Merge pull request #12 from proux01/mc_1246
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril authored Jul 17, 2024
2 parents ff71b25 + 05d5b4a commit 5a5ff27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigenough.v
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Ltac olddone :=
trivial; hnf; intros; solve
[ do ![solve [trivial | apply: sym_equal; trivial]
| discriminate | contradiction | split]
| case not_locked_false_eq_true; assumption
| match goal with H : ~ _ |- _ => solve [case H; trivial] end].

Ltac big_enough :=
Expand Down

0 comments on commit 5a5ff27

Please sign in to comment.