aboutsummaryrefslogtreecommitdiff
path: root/src/Util
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-11-19 15:28:43 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-11-19 15:28:43 -0500
commit1c785371ab42bd08dce72b88cc234d19f404e3bf (patch)
tree1dcd86570051c64bdcae2c277de8059ea39af573 /src/Util
parent48bafa97d3361ec497803405157b156e26d89d4b (diff)
Add more reserved notations
Diffstat (limited to 'src/Util')
-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).