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/Numbers/NatInt/NZDomain.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theories/Numbers/NatInt') diff --git a/theories/Numbers/NatInt/NZDomain.v b/theories/Numbers/NatInt/NZDomain.v index 7afbee4a42..05508c4f36 100644 --- a/theories/Numbers/NatInt/NZDomain.v +++ b/theories/Numbers/NatInt/NZDomain.v @@ -45,7 +45,7 @@ Qed. Global Instance iter_wd (R:relation A) : Proper ((R==>R)==>eq==>R==>R) iter. Proof. -intros R f f' Hf n n' Hn; subst n'. induction n; simpl; red; auto. +intros f f' Hf n n' Hn; subst n'. induction n; simpl; red; auto. Qed. End Iter. @@ -412,4 +412,4 @@ Proof. rewrite ofnat_succ, pred_succ; auto with arith. Qed. -End NZOfNatOps. \ No newline at end of file +End NZOfNatOps. -- cgit v1.2.3