aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 39b1c4531..cdcca8473 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -16,6 +16,9 @@ Reserved Infix "∘f" (at level 40, left associativity).
Reserved Infix "'o'" (at level 40, left associativity).
Reserved Infix "==" (at level 70, no associativity).
Reserved Infix "===" (at level 70, no associativity).
+Reserved Infix "====" (at level 70, no associativity).
+Reserved Infix "=====" (at level 70, no associativity).
+Reserved Infix "======" (at level 70, no associativity).
Reserved Infix "~=" (at level 70, no associativity).
Reserved Infix "=?" (at level 70, no associativity).
Reserved Infix "<?" (at level 70, no associativity).