diff options
| author | barras | 2006-09-26 12:13:06 +0000 |
|---|---|---|
| committer | barras | 2006-09-26 12:13:06 +0000 |
| commit | 4aec8fda1161953cf929b4e282eea9b672ab4058 (patch) | |
| tree | eea4b8ab24fdea8fb05206b1764ce1ed3c752d72 /theories/ZArith | |
| parent | 351a500eada776832ac9b09657e42f5d6cd7210f (diff) | |
commit de field + renommages
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9179 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith')
| -rw-r--r-- | theories/ZArith/Zcomplements.v | 3 | ||||
| -rw-r--r-- | theories/ZArith/Zdiv.v | 2 | ||||
| -rw-r--r-- | theories/ZArith/Znumtheory.v | 2 | ||||
| -rw-r--r-- | theories/ZArith/Zsqrt.v | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v index 718ac3b031..a3f17f4d8f 100644 --- a/theories/ZArith/Zcomplements.v +++ b/theories/ZArith/Zcomplements.v @@ -8,8 +8,7 @@ (*i $Id$ i*) -Require Import NewZArithRing. - +Require Import ZArithRing. Require Import ZArith_base. Require Import Omega. Require Import Wf_nat. diff --git a/theories/ZArith/Zdiv.v b/theories/ZArith/Zdiv.v index 52f85eada8..d08515e629 100644 --- a/theories/ZArith/Zdiv.v +++ b/theories/ZArith/Zdiv.v @@ -22,7 +22,7 @@ Then only after proves the main required property. Require Export ZArith_base. Require Import Zbool. Require Import Omega. -Require Import NewZArithRing. +Require Import ZArithRing. Require Import Zcomplements. Open Local Scope Z_scope. diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v index 14bfa6357a..9ae354eae9 100644 --- a/theories/ZArith/Znumtheory.v +++ b/theories/ZArith/Znumtheory.v @@ -9,7 +9,7 @@ (*i $Id$ i*) Require Import ZArith_base. -Require Import NewZArithRing. +Require Import ZArithRing. Require Import Zcomplements. Require Import Zdiv. Require Import Ndigits. diff --git a/theories/ZArith/Zsqrt.v b/theories/ZArith/Zsqrt.v index 3d57561ea5..804ab679db 100644 --- a/theories/ZArith/Zsqrt.v +++ b/theories/ZArith/Zsqrt.v @@ -8,7 +8,7 @@ (* $Id$ *) -Require Import NewZArithRing. +Require Import ZArithRing. Require Import Omega. Require Export ZArith_base. Open Local Scope Z_scope. |
