diff options
| author | herbelin | 2000-12-20 19:46:21 +0000 |
|---|---|---|
| committer | herbelin | 2000-12-20 19:46:21 +0000 |
| commit | b9da9226ebd8a2db21570ba269663e16f63e1815 (patch) | |
| tree | 0edbf36cc7ad7804833bb607801b525a3dac57ce /theories/Zarith | |
| parent | 296fb02406b92203339e6493ede9b9ef0d65075b (diff) | |
Rétablissement de l'ancien comportement de Simpl sauf dans le cas mutuel inductif où la constante la plus proche du Fix est prise en compte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1169 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Zarith')
| -rw-r--r-- | theories/Zarith/auxiliary.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Zarith/auxiliary.v b/theories/Zarith/auxiliary.v index 0f0fbc52b7..e7bcdcfabc 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; -Rewrite ZL6; Trivial with arith. +Unfold 3 convert ; Simpl; Rewrite ZL6; Trivial with arith. Save. Theorem Zcompare_Zmult_compatible : |
