aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-02-08 20:25:23 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-02-08 20:25:23 -0500
commit77a82e0c251e592890bb0c9d56446fb3824483f4 (patch)
treec687cb400a78e5849191cc7a8724eb0ff6b4796f /src/Util/Notations.v
parent430e03ee9034e1197fd95f91f566ac92d70b8c65 (diff)
Factor things into BoundByCast.v
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index aab82db85..0f5cd9929 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -11,6 +11,8 @@ 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 70, no associativity).
+Reserved Infix "<?" (at level 70, no associativity).
+Reserved Infix "<=?" (at level 70, no associativity).
Reserved Infix "!=?" (at level 70, no associativity).
Reserved Infix "?=" (at level 70, no associativity).
Reserved Infix "?<" (at level 70, no associativity).