File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ prettyCharacterSet characterSet expression =
541541 <> Pretty. align
542542 ( renderSrc src0 mempty
543543 <> prettyLabel c <> renderSrc src1 Pretty. hardline
544- <> colon <> renderSrc src3 space <> prettyExpression d <> space <> equals <> renderSrc src2 Pretty. hardline
544+ <> colon <> renderSrc src3 space <> prettyExpression d <> Pretty. hardline <> equals <> renderSrc src2 space
545545 <> prettyExpression e
546546 )
547547
Original file line number Diff line number Diff line change 1+ let attribute
2+ : Text → Text → { mapKey : Text , mapValue : Text }
3+ = λ(key : Text ) → λ(value : Text ) → { mapKey = key, mapValue = value }
4+
5+ in attribute
Original file line number Diff line number Diff line change 1+ let attribute
2+ : Text → Text → { mapKey : Text , mapValue : Text }
3+ = λ(key : Text ) → λ(value : Text ) → { mapKey = key, mapValue = value }
4+
5+ in attribute
Original file line number Diff line number Diff line change 11let x
2- {- foo -} : {- bar -} Bool =
3- {- bla -} True
2+ {- foo -} : {- bar -} Bool
3+ = {- bla -} True
44
55in x
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ let x = 1
33in let {- aaaaaaaaaaaaaaaaaaa
44 -} y
55 : {- bbbbbbbbbbbbbbbbbbbbb
6- -} Natural =
7- {- ddddddddddddddddd -} 2
6+ -} Natural
7+ = {- ddddddddddddddddd -} 2
88
99 in x
You can’t perform that action at this time.
0 commit comments