aboutsummaryrefslogtreecommitdiff
path: root/theories/Init
diff options
context:
space:
mode:
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)