From e7b37fb18dc0e1aaca4f8f1e02656118eb8d10e6 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 27 Jul 2008 12:30:24 +0000 Subject: Oups (on refait le 11268 en mieux) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11270 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/QArith/QArith_base.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theories/QArith/QArith_base.v b/theories/QArith/QArith_base.v index a4e3a21a75..2c80aff40c 100644 --- a/theories/QArith/QArith_base.v +++ b/theories/QArith/QArith_base.v @@ -43,9 +43,7 @@ Notation Qge a b := (Qle b a) (only parsing). Infix "==" := Qeq (at level 70, no associativity) : Q_scope. Infix "<" := Qlt : Q_scope. -Infix ">" := Qgt : Q_scope. -Infix "<=" := Qle : Q_scope (only parsing). -Infix ">=" := Qge : Q_scope (only parsing). +Infix "<=" := Qle : Q_scope. Notation "x > y" := (Qlt y x)(only parsing) : Q_scope. Notation "x >= y" := (Qle y x)(only parsing) : Q_scope. Notation "x <= y <= z" := (x<=y/\y<=z) : Q_scope. -- cgit v1.2.3