aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-05 09:40:13 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-05 09:40:13 -0700
commit3cc0981a89d7c355c665a445e77bcfdd4879d881 (patch)
tree497cad6a42ddab222f7a136d2c6e27228a08b64b /src/Util/Notations.v
parent32df140e0de10abc67b6d3699d591b50adf85aae (diff)
Reserve [->] like in 8.5, so we can redefine it in 8.4
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).