From 6d8f0e95c4b182d4c3f3f06c790acb6677caf591 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 29 Apr 2003 12:09:11 +0000 Subject: Blancs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3980 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Peano.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/Init/Peano.v b/theories/Init/Peano.v index 0cb7edd7f8..5f6d2d8a8e 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). -- cgit v1.2.3