aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-13 18:02:09 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-13 18:02:09 +0000
commit9aab7ae10aa1d535734f336c4bce16d908576d65 (patch)
tree34c92bbeaae2cc973dfbec48d921eae6934d9cdc /theories/Init/Notations.v
parent4c18a78b54ff33361990a6f19bcad69bb7a4417c (diff)
moins unaire au niveau 35, tactiques simple_induction et simple_destruct, Local devient Let
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4897 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index d7bfd970f..a4bffd158 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -54,8 +54,8 @@ 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 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" (at level 35, right associative).
+Uninterpreted V8Notation "/ x" (at level 35, right associativity).
Uninterpreted V8Notation "x ^ y" (at level 30, left associativity).