aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Cyclic/Int31
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-16 11:49:40 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-16 11:49:40 +0000
commit9185da54dc70bf4009ae1bce6a52295cf6d77fe5 (patch)
tree98bfdcebcf73b2e99435b12dcbdd627599e1f08e /theories/Numbers/Cyclic/Int31
parent72e72a000142604a057d347dcc1f4e389cbc125f (diff)
BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10939 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Numbers/Cyclic/Int31')
-rw-r--r--theories/Numbers/Cyclic/Int31/Int31.v2
-rw-r--r--theories/Numbers/Cyclic/Int31/Z_31Z.v (renamed from theories/Numbers/Cyclic/Int31/Z31Z.v)2
2 files changed, 2 insertions, 2 deletions
diff --git a/theories/Numbers/Cyclic/Int31/Int31.v b/theories/Numbers/Cyclic/Int31/Int31.v
index 5cd504a34..e5b5f0d86 100644
--- a/theories/Numbers/Cyclic/Int31/Int31.v
+++ b/theories/Numbers/Cyclic/Int31/Int31.v
@@ -12,7 +12,7 @@
(* Require Import Notations.*)
Require Export ZArith.
-Require Export Basic_type.
+Require Export DoubleType.
Unset Boxed Definitions.
diff --git a/theories/Numbers/Cyclic/Int31/Z31Z.v b/theories/Numbers/Cyclic/Int31/Z_31Z.v
index 1a0046f8f..3b5944ed3 100644
--- a/theories/Numbers/Cyclic/Int31/Z31Z.v
+++ b/theories/Numbers/Cyclic/Int31/Z_31Z.v
@@ -15,7 +15,7 @@ Author: Arnaud Spiwack
*)
Require Export Int31.
-Require Import ZnZ.
+Require Import Z_nZ.
Open Scope int31_scope.