From e61dee5744110f9316305aeaa4c363af7655a989 Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 11 Jan 2010 17:27:02 +0000 Subject: Support "Local Obligation Tactic" (now the default in sections). Update Numbers that was implicitely using [simpl_relation] instead of the default tactic [program_simpl]. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12647 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Numbers/Integer/Binary/ZBinary.v | 1 + 1 file changed, 1 insertion(+) (limited to 'theories/Numbers/Integer') diff --git a/theories/Numbers/Integer/Binary/ZBinary.v b/theories/Numbers/Integer/Binary/ZBinary.v index 6a2745d345..cf3986b724 100644 --- a/theories/Numbers/Integer/Binary/ZBinary.v +++ b/theories/Numbers/Integer/Binary/ZBinary.v @@ -35,6 +35,7 @@ Qed. (** Basic operations. *) Instance eq_equiv : Equivalence (@eq Z). +Local Obligation Tactic := simpl_relation. Program Instance succ_wd : Proper (eq==>eq) Zsucc. Program Instance pred_wd : Proper (eq==>eq) Zpred. Program Instance add_wd : Proper (eq==>eq==>eq) Zplus. -- cgit v1.2.3