aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Prelude.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 19:27:54 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 19:27:54 +0000
commit23202ec79d0b2ebc046810a37dfcce80c3aa8325 (patch)
treea0489eabbdd072e7ba9fda420b0a781cf7c0949d /theories/Init/Prelude.v
parentf4c2950671c9db2fbe3870911d9b6034febd4b2c (diff)
Suppression DatatypesSyntax et PeanoSyntax qui était vides
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4383 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Prelude.v')
-rwxr-xr-xtheories/Init/Prelude.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v
index 51a62db8e..972a80986 100755
--- a/theories/Init/Prelude.v
+++ b/theories/Init/Prelude.v
@@ -10,11 +10,9 @@
Require Export Notations.
Require Export Datatypes.
-Require Export DatatypesSyntax.
Require Export Logic.
Require Export LogicSyntax.
Require Export Specif.
Require Export SpecifSyntax.
Require Export Peano.
-Require Export PeanoSyntax.
Require Export Wf.