aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-07-06 15:54:37 -0700
committerGravatar Jason Gross <jagro@google.com>2016-07-06 15:54:37 -0700
commit26434eb2c9a43eaca89b186cebefa2ce658dc179 (patch)
treeb3eb32c39ab206daf6348d350766df3ace766f5a /src/Util/Notations.v
parent56e58b21bb80e7b460b0010a8b307f97c3fefea4 (diff)
Fix notations, add &
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 3e0acdcc5..4526e6dce 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -16,7 +16,8 @@ Reserved Notation "x ^ 2" (at level 30, format "x ^ 2").
Reserved Notation "x ^ 3" (at level 30, format "x ^ 3").
Reserved Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
-Reserved Infix "<<" (at level 30).
-Reserved Infix ">>" (at level 30).
+Reserved Infix "<<" (at level 30, no associativity).
+Reserved Infix ">>" (at level 30, no associativity).
Reserved Infix "&" (at level 50).
+Reserved Infix "∣" (at level 50).
Reserved Infix "~=" (at level 70).