aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-04-13 15:14:11 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-04-13 15:14:11 -0400
commitffb9b326e14770e6dd8afe18390a8c210bdea34b (patch)
treee4080083fbb0f07ae7e063050f43a018213f70ca /src/Util/Notations.v
parent9c101df02cffe6580cb84a9909b1c244831dcde9 (diff)
Update display to not line-wrap
Add some notations to prevent massive indentation
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 327efb6df..962117925 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -78,7 +78,7 @@ Reserved Notation "'dlet' x := y 'in' f"
(at level 200, f at level 200, format "'dlet' x := y 'in' '//' f").
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 "'λ' x .. y , t" (at level 200, x binder, y binder, right associativity, format "'λ' x .. y , '//' t").
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 )").