Skip to content

Commit 378c546

Browse files
committed
1 parent b8ed25c commit 378c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/vs.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ Module M1 : MSetInterface_S_Ext
784784
(min_elt s = Some k /\ Equal (remove k s) s').
785785
Proof. intros.
786786
destruct (remove_min_spec1x s k s') as [? _].
787-
destruct (H0 H); clear H0 H. split; auto. rewrite H2; intuition.
787+
destruct (H0 H); clear H0 H. split; auto. rewrite H2; intuition; auto with *.
788788
Qed.
789789
Lemma remove_min_spec2x: forall s, remove_min s = None <-> Empty s.
790790
Proof. unfold remove_min; intros.

0 commit comments

Comments
 (0)