aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/NArith/NArith.v
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-05 10:12:15 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-05 10:12:15 +0000
commit4524219d80c2d5ea50ca8bba819bbc14bd6b9988 (patch)
treef5204b39bba079321a8c6a21d400f5f84f9d9c91 /theories/NArith/NArith.v
parent685d10fa1691ced3b44f77ae8587e0b27f57810b (diff)
Arith NArith et ZArith exportent ring + nettoyage dans Ring_polynom
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9210 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith/NArith.v')
-rw-r--r--theories/NArith/NArith.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/NArith/NArith.v b/theories/NArith/NArith.v
index a37387792..5a2eeda48 100644
--- a/theories/NArith/NArith.v
+++ b/theories/NArith/NArith.v
@@ -11,4 +11,6 @@
(** Library for binary natural numbers *)
Require Export BinPos.
-Require Export BinNat. \ No newline at end of file
+Require Export BinNat.
+
+Require Export NArithRing.