From 57de250a331a147c7a9f48bed19f5cab9d3f66e4 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 13 Oct 2003 10:43:38 +0000 Subject: Enregistrement '^' en v8 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4617 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Notations.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index 7f420dda06..0b7b630e47 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -55,6 +55,8 @@ Uninterpreted Notation "- x" (at level 0) V8only (at level 40). Uninterpreted Notation "/ x" (at level 0) V8only (at level 30, left associativity). +Uninterpreted V8Notation "x ^ y" (at level 20, left associativity). + (** Notations for pairs *) Uninterpreted Notation "( x , y )" (at level 0) -- cgit v1.2.3