aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-12 18:34:01 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-12 18:34:01 -0400
commit478b56dd5d8f4dd45e0d8a5474482176da35dcc8 (patch)
treee7ca63423d4aa6a6031a3cf3361ca0ebe177ccbd /src/Util/Notations.v
parent951939fd55d7ad8178ac095189bc8399f2124640 (diff)
Add reflective compose, notation for Z.Syntax.{Expr,Interp}
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 5581dcbc4..206b25d9c 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -10,6 +10,10 @@ Require Export Crypto.Util.GlobalSettings.
Reserved Notation "x -> y" (at level 99, right associativity, y at level 200).
Reserved Notation "()" (at level 0).
+Reserved Infix "∘" (at level 40, left associativity).
+Reserved Infix "∘ᶠ" (at level 40, left associativity).
+Reserved Infix "∘f" (at level 40, left associativity).
+Reserved Infix "'o'" (at level 40, left associativity).
Reserved Infix "=?" (at level 70, no associativity).
Reserved Infix "<?" (at level 70, no associativity).
Reserved Infix "<=?" (at level 70, no associativity).