aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )").