aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-21 22:43:24 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-21 22:43:24 +0000
commit2e594ffc47bb73c5aa69aaf570af4606092b9e7f (patch)
tree7ebdae45df6f629ed180cdc2dbb9b92375e0d897 /theories/ZArith
parente7a09d51d6f96f59e427a079fcbe7942edd330f1 (diff)
Conflit de nom Pplus dans positive et dans polynomial (de ring)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4429 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith')
-rw-r--r--theories/ZArith/Zcomplements.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v
index e9f6b52e1..753a33e47 100644
--- a/theories/ZArith/Zcomplements.v
+++ b/theories/ZArith/Zcomplements.v
@@ -8,8 +8,8 @@
(*i $Id$ i*)
-Require ZArith_base.
Require ZArithRing.
+Require ZArith_base.
Require Omega.
Require Wf_nat.
V7only [Import Z_scope.].