diff options
| author | herbelin | 2003-10-30 14:29:39 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-30 14:29:39 +0000 |
| commit | e52a9fa8835eddf70d0c8e454470fb12eebef7cd (patch) | |
| tree | c78de69bd77ada9fe1eb6cbf58544c7c6b3e86e8 /theories/Init | |
| parent | a3b23be4009e8b15dc0fd90d849445f35f759e3d (diff) | |
Parsing du moins unaire au niveau de l'application qui n'a pas besoin d'etre associative a gauche; gestion du signe dans le parseur pas dans l'interpreteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4745 85f007b7-540e-0410-9357-904b9bb8a0f7
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). |
