Skip to content

Commit

Permalink
Merge pull request #41 from coq-community/mc_1240
Browse files Browse the repository at this point in the history
Adapt to mathc-omp/math-comp#1240
  • Loading branch information
proux01 authored Jul 16, 2024
2 parents 4bc2960 + abeb7a9 commit aa4e6cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theories/core/edone.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Ltac done := trivial; hnf in |- *; intros;
| apply/andP;split
| rewrite ?andbT ?andbF ?orbT ?orbF ]
)
| case not_locked_false_eq_true; assumption
| match goal with
| H:~ _ |- _ => solve [ case H; trivial ]
end
Expand Down

0 comments on commit aa4e6cb

Please sign in to comment.