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.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index d3bb04bb4..327efb6df 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -82,3 +82,5 @@ Reserved Notation "'λ' x .. y , t" (at level 200, x binder, y binder, right as
Reserved Notation "'λn' x .. y , t" (at level 200, right associativity).
Reserved Notation "x ::> ( max_bitwidth = v )"
(at level 70, no associativity, format "x ::> ( max_bitwidth = v )").
+Reserved Notation "r[ l ~> u ]" (format "r[ l ~> u ]").
+Reserved Notation "b[ l ~> u ]" (format "b[ l ~> u ]").