diff options
| author | letouzey | 2010-02-10 13:43:19 +0000 |
|---|---|---|
| committer | letouzey | 2010-02-10 13:43:19 +0000 |
| commit | 782372856e836ca106011fada44695c224ae572d (patch) | |
| tree | 25d9606ac70aae1788e01f8862bcad8267f95c6f /theories/NArith/vo.itarget | |
| parent | e23adb436938ca6b43bb3ecc7111e952549b66f0 (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/vo.itarget')
| -rw-r--r-- | theories/NArith/vo.itarget | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/NArith/vo.itarget b/theories/NArith/vo.itarget index b80d4d7c85..7692a63687 100644 --- a/theories/NArith/vo.itarget +++ b/theories/NArith/vo.itarget @@ -5,6 +5,7 @@ Ndec.vo Ndigits.vo Ndist.vo Nnat.vo +Ndiv_def.vo Pnat.vo POrderedType.vo Pminmax.vo |
