aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-12-15 17:51:44 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-12-15 17:51:44 -0500
commit716f566c403324418c1943791aac17b4b237a43c (patch)
tree1f88cb8a3d0ff0a8a721b2e5a92ca826e3cb8eac /src/Util/Notations.v
parent79145fa0c7b554112f44a4fefc19615d06e83d8c (diff)
Add reserved notation for infix @ for application
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 65f436a1a..4f0f8e8fb 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -33,6 +33,7 @@ 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 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 "<<" (at level 30, no associativity).
Reserved Infix ">>" (at level 30, no associativity).
Reserved Infix ">>>" (at level 30, no associativity).