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 c010534a5..754158e9e 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -14,6 +14,9 @@ Reserved Infix "∘" (at level 40, left associativity).
Reserved Infix "∘ᶠ" (at level 40, left associativity).
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).