aboutsummaryrefslogtreecommitdiff
path: root/theories/Init
diff options
context:
space:
mode:
authorherbelin2003-09-21 22:05:23 +0000
committerherbelin2003-09-21 22:05:23 +0000
commit45a33238f36b0d3ced493f83c2db9b9e150a214f (patch)
tree732758a2b82777196e8e7fd482630cd2bf2a83c3 /theories/Init
parentefffc572428b14f1f59b5820b1f23d452d29a1e7 (diff)
Les notations 'x <= y <= z' sont réservées et s'appliquent maintenant aussi à nat
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4427 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init')
-rw-r--r--theories/Init/Notations.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 61f4daddcd..7f420dda06 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -39,6 +39,11 @@ 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 <= z" (at level 50, y at next level).
+Uninterpreted V8Notation "x <= y < z" (at level 50, y at next level).
+Uninterpreted V8Notation "x < y < z" (at level 50, y at next level).
+Uninterpreted V8Notation "x < y <= z" (at level 50, y at next level).
+
(** Arithmetical notations (also used for type constructors) *)
Uninterpreted Notation "x * y" (at level 3, right associativity)