Skip to content

Commit 5652ebb

Browse files
author
Matej Kosik
committed
Merge remote-tracking branch 'origin/v8.5'
2 parents fa1fec7 + 6078396 commit 5652ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/MapFacts.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Section WeakFacts.
674674

675675
Global Instance Empty_m elt : Proper (Equal ==> iff) (@Empty _ _ _ elt).
676676
Proof.
677-
unfold Empty; intros m m' Hm; intuition.
677+
unfold Empty; intros m m' Hm; unfold not; split; intros.
678678
rewrite <-Hm in H0; eauto.
679679
rewrite Hm in H0; eauto.
680680
Qed.

0 commit comments

Comments
 (0)