aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2000-10-06 16:05:15 +0000
committerherbelin2000-10-06 16:05:15 +0000
commit3245946afceac0336d31b9e272484874c6b89471 (patch)
tree46abe8a0956c24a989fd8955c5056306c4b7d5dc
parent96b11e6044168c84ddabf405394a0c16335e2b33 (diff)
Changement dans la stratégie de réduction du Fix par Simpl
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@669 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--theories/Zarith/auxiliary.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Zarith/auxiliary.v b/theories/Zarith/auxiliary.v
index e9678721b9..f1d156a703 100644
--- a/theories/Zarith/auxiliary.v
+++ b/theories/Zarith/auxiliary.v
@@ -388,7 +388,7 @@ Save.
Lemma add_x_x : (x:positive) (add x x) = (xO x).
Intros p; Apply convert_intro; Simpl; Rewrite convert_add;
-Unfold 3 convert ; Simpl; Rewrite ZL6; Trivial with arith.
+Simpl; Rewrite ZL6; Trivial with arith.
Save.
Theorem Zcompare_Zmult_compatible :