From 9d02eee0248ebdae1bfea858f20807f15dfbaca1 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 22 May 2003 22:12:04 +0000 Subject: Ajout V8Notation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4061 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Notations.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'theories/Init') diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index 9fe617136a..cfc622aeb9 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 Notation "x <= y" (at level 5, no associativity). -Uninterpreted Notation "x < y" (at level 5, no associativity). -Uninterpreted Notation "x >= y" (at level 5, no associativity). -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). (** Arithmetical notations (also used for type constructors) *) -- cgit v1.2.3