Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jul 16, 2024
1 parent 319c75b commit 689880d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theories/topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ Ltac done :=
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
| match goal with |- ?x \is_near _ => near: x; apply: prop_ofP end ].

Expand Down

0 comments on commit 689880d

Please sign in to comment.