From 70cef8d5617e9a4b8a54dc7ca9a5212748be9b5f Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 22 May 2003 23:11:58 +0000 Subject: V8Notation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4065 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Notations.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index cfc622aeb9..3d216680de 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -32,10 +32,10 @@ Uninterpreted Notation "x <> y :> T" Uninterpreted Notation "x <> y" (at level 5, no associativity). -Uninterpreted V8Notation "x <= y" (at level 5, no associativity). -Uninterpreted V8Notation "x < y" (at level 5, no associativity). -Uninterpreted V8Notation "x >= y" (at level 5, no associativity). -Uninterpreted V8Notation "x > y" (at level 5, no associativity). +Uninterpreted V8Notation "x <= y" (at level 50, no associativity). +Uninterpreted V8Notation "x < y" (at level 50, no associativity). +Uninterpreted V8Notation "x >= y" (at level 50, no associativity). +Uninterpreted V8Notation "x > y" (at level 50, no associativity). (** Arithmetical notations (also used for type constructors) *) -- cgit v1.2.3