aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-03-28 21:21:08 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-03-28 21:21:08 -0400
commit311ef043652ebe95685df5792715e5fb58fd1e75 (patch)
tree5e6b92a0e9a5528b195b4e350d1fb9b9c4970941 /src/Util/Notations.v
parentab9e9ecad6413c057a469425e981089138461dc2 (diff)
Add a notation for printing
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 455d6b498..e93921659 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -80,3 +80,5 @@ Reserved Notation "'pflet' x , pf := y 'in' f"
(at level 200, f at level 200, format "'pflet' x , pf := y 'in' '//' f").
Reserved Notation "'λ' x .. y , t" (at level 200, x binder, y binder, right associativity).
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 )").