From 7095630625a8f9657f681c488514f589ea63334e Mon Sep 17 00:00:00 2001 From: marche Date: Fri, 5 Dec 2003 16:42:46 +0000 Subject: power associe a droite git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5072 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Notations.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Init') diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index ce1d4d7c9a..05bfae722e 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -47,7 +47,7 @@ Reserved Notation "x * y" (at level 40, left associativity). Reserved Notation "x / y" (at level 40, left associativity). Reserved Notation "- x" (at level 35, right associativity). Reserved Notation "/ x" (at level 35, right associativity). -Reserved Notation "x ^ y" (at level 30, left associativity). +Reserved Notation "x ^ y" (at level 30, right associativity). (** Notations for pairs *) -- cgit v1.2.3