diff options
Diffstat (limited to 'theories/Init')
| -rw-r--r-- | theories/Init/Notations.v | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index 00c35de84e..7fb43a703e 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -54,9 +54,10 @@ Uninterpreted Notation "x * y" (at level 3, right associativity) Uninterpreted V8Notation "x / y" (at level 40, left associativity). Uninterpreted Notation "x + y" (at level 4, left associativity). Uninterpreted Notation "x - y" (at level 4, left associativity). -Uninterpreted Notation "- x" (at level 0) V8only (at level 50). +Uninterpreted Notation "- x" (at level 0) + V8only (at level 10, right associativity). Uninterpreted Notation "/ x" (at level 0) - V8only (at level 40, left associativity). + V8only (at level 10, right associativity). Uninterpreted V8Notation "x ^ y" (at level 30, left associativity). |
