aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-17 17:03:02 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-17 17:03:02 +0000
commit1c187fbf2c768212a46a11bbfc0a9b8756bc9a18 (patch)
treee7bd2667589fe1129c11be83ed5c2e724be2a3b4 /theories/Init
parent3a38b808c8be094b24a6309ee52debb8337180b2 (diff)
Intégration DatatypesSyntax à Datatypes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3945 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init')
-rw-r--r--theories/Init/SpecifSyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/SpecifSyntax.v b/theories/Init/SpecifSyntax.v
index b8bb1dec6..0591f081b 100644
--- a/theories/Init/SpecifSyntax.v
+++ b/theories/Init/SpecifSyntax.v
@@ -8,7 +8,7 @@
(*i $Id$ i*)
-Require DatatypesSyntax.
+Require Datatypes.
Require Specif.
(** Extra factorization of parsing rules *)