From e805bb1b608befa007e3a17373fa972821ee8d9e Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 1 Nov 2003 22:01:51 +0000 Subject: 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 --- theories/Init/Notations.v | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'theories') 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). -- cgit v1.2.3