From e3e6ff629e258269bc9fe06f7be99a2d5f334071 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 7 Jan 2010 15:32:46 +0000 Subject: Numbers: separation of funs, notations, axioms. Notations via module, without scope. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12639 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Structures/OrderedType2.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theories/Structures') diff --git a/theories/Structures/OrderedType2.v b/theories/Structures/OrderedType2.v index 5b669db4e0..1cddfea3b1 100644 --- a/theories/Structures/OrderedType2.v +++ b/theories/Structures/OrderedType2.v @@ -32,11 +32,13 @@ Module Type EqLtLe := Typ <+ HasEq <+ HasLt <+ HasLe. Module Type LtNotation (E:EqLt). Infix "<" := E.lt. + Notation "x > y" := (y= y" := (y<=x) (only parsing). Notation "x <= y <= z" := (x<=y /\ y<=z). End LeNotation. -- cgit v1.2.3