aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-03-21 19:52:39 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-03-21 19:52:39 -0400
commit896f897e621d1ec247dc079fb986409734528703 (patch)
treedd15aa9a94fae6c0403dc41cae1861776f97accb /src/Util/Notations.v
parente865bf2fefada709110a6f626a6b447e244a81b4 (diff)
Add another reserved notation for App_fst
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 3510e0a0b..e9d0c959c 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -35,6 +35,8 @@ 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 "@1" (left associativity, at level 11).
+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).