diff options
| -rwxr-xr-x | theories/Init/Peano.v | 4 |
1 files 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). |
