aboutsummaryrefslogtreecommitdiff
path: root/theories/Init/PeanoSyntax.v
diff options
context:
space:
mode:
authorherbelin2002-11-24 23:12:49 +0000
committerherbelin2002-11-24 23:12:49 +0000
commitd2b7a94fe0ed982a6dd7ff2c07991c2f1b1a6fc8 (patch)
tree8a1fb9004b2eaa86621089b901f495688bfc6990 /theories/Init/PeanoSyntax.v
parentde7212f0fe40d7b83748f9d4473311b9884d93fa (diff)
Généralisation de l'utilisation de Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3269 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/PeanoSyntax.v')
-rw-r--r--theories/Init/PeanoSyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/PeanoSyntax.v b/theories/Init/PeanoSyntax.v
index cbf5c2d207..adb917b765 100644
--- a/theories/Init/PeanoSyntax.v
+++ b/theories/Init/PeanoSyntax.v
@@ -16,7 +16,7 @@ Syntax constr
| O [ O ] -> ["(0)"].
(* Outside the module to be able to parse the grammar for 0,1,2... !! *)
-Delimiters "'N:" nat_scope "'". (* "[N", "[N:", "]]" are conflicting *)
+Delimits Scope nat_scope with N.
(* For parsing/printing based on scopes *)
Module nat_scope.