aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-08-24 16:44:09 -0700
committerGravatar Jason Gross <jagro@google.com>2016-08-24 16:44:09 -0700
commitc3767efd8c036477ba6ecdd1c5cca98dbf165e7a (patch)
tree629db744839f6a4609527b14be91158cce96bcd1 /src/Util/Notations.v
parent5e624a3289b2d4ffa3579dd74a4ca4e1c564afa4 (diff)
Add more reserved notations
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 5daa2d4a9..686443829 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -25,6 +25,8 @@ Reserved Infix "&" (at level 50). (* N.B. This conflicts with [{ a : T & P}] for
Reserved Infix "∣" (at level 50).
Reserved Infix "~=" (at level 70).
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 "≡_n" (at level 70, no associativity).