We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ed25c commit 378c546Copy full SHA for 378c546
test-suite/vs.v
@@ -784,7 +784,7 @@ Module M1 : MSetInterface_S_Ext
784
(min_elt s = Some k /\ Equal (remove k s) s').
785
Proof. intros.
786
destruct (remove_min_spec1x s k s') as [? _].
787
- destruct (H0 H); clear H0 H. split; auto. rewrite H2; intuition.
+ destruct (H0 H); clear H0 H. split; auto. rewrite H2; intuition; auto with *.
788
Qed.
789
Lemma remove_min_spec2x: forall s, remove_min s = None <-> Empty s.
790
Proof. unfold remove_min; intros.
0 commit comments