From d14635b0c74012e464aad9e77aeeffda0f1ef154 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 8 Jun 2010 13:56:14 +0000 Subject: Made option "Automatic Introduction" active by default before too many people use the undocumented "Lemma foo x : t" feature in a way incompatible with this activation. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13090 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/MSets/MSetFacts.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theories/MSets/MSetFacts.v') diff --git a/theories/MSets/MSetFacts.v b/theories/MSets/MSetFacts.v index b61bf3fe7..4e17618f7 100644 --- a/theories/MSets/MSetFacts.v +++ b/theories/MSets/MSetFacts.v @@ -488,13 +488,13 @@ Qed. Generalizable Variables f. -Instance filter_equal `(Proper _ (E.eq==>Logic.eq) f) : +Instance filter_equal : forall `(Proper _ (E.eq==>Logic.eq) f), Proper (Equal==>Equal) (filter f). Proof. intros f Hf s s' Hs a. rewrite !filter_iff, Hs by auto; intuition. Qed. -Instance filter_subset `(Proper _ (E.eq==>Logic.eq) f) : +Instance filter_subset : forall `(Proper _ (E.eq==>Logic.eq) f), Proper (Subset==>Subset) (filter f). Proof. intros f Hf s s' Hs a. rewrite !filter_iff, Hs by auto; intuition. -- cgit v1.2.3