aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Peano.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-23 11:23:14 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-23 11:23:14 +0000
commit58b3bc4b3151bc5f8b81fbc7a1943f99b081f80e (patch)
tree32269fe01cb1488a1d6ab4e0a9d0ec64efb3deee /theories/Init/Peano.v
parent4d7184fe2f570f123eef72c88d6d3f082617bd2a (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/Init/Peano.v')
-rwxr-xr-xtheories/Init/Peano.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/Init/Peano.v b/theories/Init/Peano.v
index 41f26ffda..077226035 100755
--- a/theories/Init/Peano.v
+++ b/theories/Init/Peano.v
@@ -24,9 +24,8 @@
Case analysis on [nat] and induction on [nat * nat] are provided too *)
Require Notations.
-Require Logic.
-Require LogicSyntax.
Require Datatypes.
+Require Logic.
Open Local Scope nat_scope.