aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-01-06 11:40:51 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-01-06 11:40:51 -0500
commit3ea7cbc0f09a9a77ddd945072717f4924df9ce01 (patch)
tree56f6e751f0a308d40cdc26ed2bcd54c5acef0daf /src/Util/Notations.v
parent693d62c6fd7370bf71b8eb3b9a5825dfd071fcac (diff)
Add @@ infix notation
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 01c264d9c..716b0d7f3 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -34,6 +34,7 @@ Reserved Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
Reserved Notation "@ 'is_eq_dec' T R" (at level 10, T at level 8, R at level 8).
Reserved Infix "@" (left associativity, at level 11).
+Reserved Infix "@@" (left associativity, at level 11).
Reserved Infix "<<" (at level 30, no associativity).
Reserved Infix ">>" (at level 30, no associativity).
Reserved Infix ">>>" (at level 30, no associativity).