aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
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).