From e52a9fa8835eddf70d0c8e454470fb12eebef7cd Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 30 Oct 2003 14:29:39 +0000 Subject: 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 --- theories/Init/Notations.v | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'theories/Init') 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). -- cgit v1.2.3