diff options
| author | msozeau | 2010-01-11 17:27:02 +0000 |
|---|---|---|
| committer | msozeau | 2010-01-11 17:27:02 +0000 |
| commit | e61dee5744110f9316305aeaa4c363af7655a989 (patch) | |
| tree | 8cc0757d3ed2ad15bfec2441f9c0a07478dbc03d /theories/Numbers/Integer | |
| parent | 6477ab0f7ea03a0563ca7ba2731d6aae1d3aa447 (diff) | |
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
Diffstat (limited to 'theories/Numbers/Integer')
| -rw-r--r-- | theories/Numbers/Integer/Binary/ZBinary.v | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
