aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-01 22:01:51 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-01 22:01:51 +0000
commite805bb1b608befa007e3a17373fa972821ee8d9e (patch)
treef3be4d6a223e93df23bc19c7fdd59c1e9f31b787 /theories/Init/Notations.v
parenta97be708f43b929e7cf2839898e6d48e66e12155 (diff)
Finalement, niveau 0 pour l'argument du '-' uniare, pour eviter que les entiers positifs soient parentheses en tant qu'arguments de fonction; tant pis, il faudra ecrire '-(-x)' au lieu de '--x'; suppression notations - et / unaire en V7 pour compatibilite V7.4
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4750 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v8
1 files changed, 3 insertions, 5 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 7fb43a703..e2fa1d88f 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -53,11 +53,9 @@ Uninterpreted Notation "x * y" (at level 3, right associativity)
V8only (at level 40, left 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 10, right associativity).
-Uninterpreted Notation "/ x" (at level 0)
- V8only (at level 10, right associativity).
+Uninterpreted V8Notation "x - y" (at level 50, left associativity).
+Uninterpreted V8Notation "- x" (at level 10, x at level 0).
+Uninterpreted V8Notation "/ x" (at level 10, right associativity).
Uninterpreted V8Notation "x ^ y" (at level 30, left associativity).