aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-09 14:48:28 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-09 14:48:28 -0500
commit1b488d227471fb69de15ebb913cc4f0824837c25 (patch)
treef227152fdc8034ece78603b8baf952c2e7a65caf /src/Util/Notations.v
parent110d7136a05db7425b4dd3f5094f1aab5227c9d8 (diff)
Add >>> reserved 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 b6aa94971..4eadbdf26 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -22,6 +22,7 @@ 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 "<<" (at level 30, no associativity).
Reserved Infix ">>" (at level 30, no associativity).
+Reserved Infix ">>>" (at level 30, no associativity).
Reserved Infix "&'" (at level 50). (* N.B. If we used '&', it would conflict with [{ a : T & P}] for [sigT] *)
Reserved Infix "∣" (at level 50).
Reserved Infix "~=" (at level 70).