aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith/zarith_aux.v
diff options
context:
space:
mode:
authorherbelin2001-08-05 19:04:16 +0000
committerherbelin2001-08-05 19:04:16 +0000
commit83c56744d7e232abeb5f23e6d0f23cd0abc14a9c (patch)
tree6d7d4c2ce3bb159b8f81a4193abde1e3573c28d4 /theories/ZArith/zarith_aux.v
parentf7351ff222bad0cc906dbee3c06b20babf920100 (diff)
Expérimentation de NewDestruct et parfois NewInduction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1880 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/zarith_aux.v')
-rw-r--r--theories/ZArith/zarith_aux.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/zarith_aux.v b/theories/ZArith/zarith_aux.v
index 72b66c4945..7eb1e37c23 100644
--- a/theories/ZArith/zarith_aux.v
+++ b/theories/ZArith/zarith_aux.v
@@ -46,7 +46,7 @@ Definition Zabs [z:Z] : Z :=
(*s Properties of absolu function *)
Lemma Zabs_eq : (x:Z) (Zle ZERO x) -> (Zabs x)=x.
-Destruct x; Auto with arith.
+NewDestruct x; Auto with arith.
Compute; Intros; Absurd SUPERIEUR=SUPERIEUR; Trivial with arith.
Save.