From ffb9b326e14770e6dd8afe18390a8c210bdea34b Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 13 Apr 2017 15:14:11 -0400 Subject: Update display to not line-wrap Add some notations to prevent massive indentation --- src/Util/Notations.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util/Notations.v') 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 )"). -- cgit v1.2.3