aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Peano.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-29 12:09:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-29 12:09:11 +0000
commit6d8f0e95c4b182d4c3f3f06c790acb6677caf591 (patch)
tree6bdacd01fee6db43387ad356c12a936388740394 /theories/Init/Peano.v
parent184af744a27807d6cb239a8fafb19dfcf61e48c5 (diff)
Blancs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3980 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Peano.v')
-rwxr-xr-xtheories/Init/Peano.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/Peano.v b/theories/Init/Peano.v
index 0cb7edd7f..5f6d2d8a8 100755
--- a/theories/Init/Peano.v
+++ b/theories/Init/Peano.v
@@ -182,11 +182,11 @@ Syntax constr
S [ (S $p) ] -> [$p:"nat_printer":9]
| O [ O ] -> ["(0)"].
].
+
+(* For parsing/printing based on scopes *)
V7only [
Module nat_scope.
].
-
-(* For parsing/printing based on scopes *)
Infix 4 "+" plus : nat_scope V8only (left associativity).
Infix 4 "-" minus : nat_scope V8only (left associativity).
Infix 3 "*" mult : nat_scope V8only (left associativity).