diff options
author | barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-11-13 18:02:09 +0000 |
---|---|---|
committer | barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-11-13 18:02:09 +0000 |
commit | 9aab7ae10aa1d535734f336c4bce16d908576d65 (patch) | |
tree | 34c92bbeaae2cc973dfbec48d921eae6934d9cdc /theories/Init | |
parent | 4c18a78b54ff33361990a6f19bcad69bb7a4417c (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')
-rw-r--r-- | theories/Init/Notations.v | 4 |
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). |