aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/NArith/NArith.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 13:43:19 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 13:43:19 +0000
commit782372856e836ca106011fada44695c224ae572d (patch)
tree25d9606ac70aae1788e01f8862bcad8267f95c6f /theories/NArith/NArith.v
parente23adb436938ca6b43bb3ecc7111e952549b66f0 (diff)
Euclidean division for NArith
There was already a Ndiv and Nmod, but hiddent in ZOdiv_def. We higlight it by putting it in a separate file, prove its specification without using Z (but for the moment can't avoid a detour via nat, though), and then instantiate general results from Natural/Abstract/NDiv git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12726 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith/NArith.v')
-rw-r--r--theories/NArith/NArith.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/NArith/NArith.v b/theories/NArith/NArith.v
index 0d936ae83..009e64fd0 100644
--- a/theories/NArith/NArith.v
+++ b/theories/NArith/NArith.v
@@ -13,6 +13,7 @@
Require Export BinPos.
Require Export BinNat.
Require Export Nnat.
+Require Export Ndiv_def.
Require Export Ndigits.
Require Export NArithRing.
Require NBinary.