aboutsummaryrefslogtreecommitdiff
path: root/theories/Init/PeanoSyntax.v
diff options
context:
space:
mode:
authorherbelin2003-09-12 19:27:54 +0000
committerherbelin2003-09-12 19:27:54 +0000
commit23202ec79d0b2ebc046810a37dfcce80c3aa8325 (patch)
treea0489eabbdd072e7ba9fda420b0a781cf7c0949d /theories/Init/PeanoSyntax.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/PeanoSyntax.v')
-rw-r--r--theories/Init/PeanoSyntax.v12
1 files changed, 0 insertions, 12 deletions
diff --git a/theories/Init/PeanoSyntax.v b/theories/Init/PeanoSyntax.v
deleted file mode 100644
index 3b7b914542..0000000000
--- a/theories/Init/PeanoSyntax.v
+++ /dev/null
@@ -1,12 +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$ *)
-
-Require Datatypes.
-Require Peano.
-