diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-23 11:23:14 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-23 11:23:14 +0000 |
commit | 58b3bc4b3151bc5f8b81fbc7a1943f99b081f80e (patch) | |
tree | 32269fe01cb1488a1d6ab4e0a9d0ec64efb3deee /theories/Reals | |
parent | 4d7184fe2f570f123eef72c88d6d3f082617bd2a (diff) |
Fusion des fichiers de syntaxe de Init avec les fichiers de définition; TypeSyntax inutile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4461 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals')
-rw-r--r-- | theories/Reals/Raxioms.v | 1 | ||||
-rw-r--r-- | theories/Reals/Rbase.v | 1 | ||||
-rw-r--r-- | theories/Reals/Rdefinitions.v | 1 | ||||
-rw-r--r-- | theories/Reals/TypeSyntax.v | 15 |
4 files changed, 0 insertions, 18 deletions
diff --git a/theories/Reals/Raxioms.v b/theories/Reals/Raxioms.v index e90fa2148..4516a206f 100644 --- a/theories/Reals/Raxioms.v +++ b/theories/Reals/Raxioms.v @@ -14,7 +14,6 @@ Require Export ZArith_base. Require Export Rsyntax. -Require Export TypeSyntax. V7only [Import R_scope.]. Open Local Scope R_scope. V7only [ diff --git a/theories/Reals/Rbase.v b/theories/Reals/Rbase.v index d0c8e1f30..1df44bbf5 100644 --- a/theories/Reals/Rbase.v +++ b/theories/Reals/Rbase.v @@ -9,7 +9,6 @@ (*i $Id$ i*) Require Export Rdefinitions. -Require Export TypeSyntax. Require Export Raxioms. Require Export RIneq. Require Export DiscrR. diff --git a/theories/Reals/Rdefinitions.v b/theories/Reals/Rdefinitions.v index 96b682e04..c3f3ba5c9 100644 --- a/theories/Reals/Rdefinitions.v +++ b/theories/Reals/Rdefinitions.v @@ -14,7 +14,6 @@ (*********************************************************) Require Export ZArith_base. -Require Export TypeSyntax. Parameter R:Type. diff --git a/theories/Reals/TypeSyntax.v b/theories/Reals/TypeSyntax.v deleted file mode 100644 index 4653e6bb8..000000000 --- a/theories/Reals/TypeSyntax.v +++ /dev/null @@ -1,15 +0,0 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) -(* \VV/ *************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(***********************************************************************) - -(*i $Id$ i*) - -(*********************************************************) -(* Or and Exist in Type *) -(* *) -(*********************************************************) - |