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.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 607a48613..16fe80956 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -8,6 +8,7 @@ Require Export Crypto.Util.GlobalSettings.
declarations in other files makes it harder for us to confuse
Coq's parser. *)
+Reserved Notation "x -> y" (at level 99, right associativity, y at level 200).
Reserved Infix "=?" (at level 70, no associativity).
Reserved Infix "!=?" (at level 70, no associativity).
Reserved Infix "?=" (at level 70, no associativity).