aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/ZArith_base.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:26:26 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:26:26 +0000
commitaca0bb7546310d87146d27f16b1e98699a23e085 (patch)
tree4eb12f65e66e6acf9361e72488a59ea141c762c7 /theories/ZArith/ZArith_base.v
parentce0730a894791ea19a2ac372a63c94a141102cf8 (diff)
Restructuration ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4879 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/ZArith_base.v')
-rw-r--r--theories/ZArith/ZArith_base.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/theories/ZArith/ZArith_base.v b/theories/ZArith/ZArith_base.v
index 3ef24e61e..7123e3449 100644
--- a/theories/ZArith/ZArith_base.v
+++ b/theories/ZArith/ZArith_base.v
@@ -12,12 +12,19 @@
These are the basic modules, required by [Omega] and [Ring] for instance.
The full library is [ZArith]. *)
+V7only [
Require Export fast_integer.
Require Export zarith_aux.
+].
+Require Export BinPos.
+Require Export BinNat.
+Require Export BinInt.
+Require Export Zcompare.
Require Export Zorder.
Require Export Zeven.
Require Export Zmin.
Require Export Zabs.
+Require Export Znat.
Require Export auxiliary.
Require Export Zsyntax.
Require Export ZArith_dec.