aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-03-28 21:26:18 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-03-28 21:26:18 -0400
commitb2f706d6d391666b282f8a65a993275f63a38a72 (patch)
tree7561405b584b03e43dbb9c98e59f92d85c4d0f20 /src/Util/Notations.v
parent311ef043652ebe95685df5792715e5fb58fd1e75 (diff)
Don't reserve '(max_bitwidth'
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index e93921659..d3bb04bb4 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -80,5 +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 )").
+Reserved Notation "x ::> ( max_bitwidth = v )"
+ (at level 70, no associativity, format "x ::> ( max_bitwidth = v )").