aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-07-25 17:20:34 -0400
committerGravatar Jason Gross <jagro@google.com>2018-07-25 17:20:34 -0400
commitc73ca6a9c89757efec2c13fda7baa3a68881fb90 (patch)
tree74dcee0be2b6096ee2d8913a91815c033d2c6a25
parentfa9c7dbe23d632d075a17b9f624adff1f1a923fa (diff)
Reserve ==, ===, ~=
-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).