We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641b7b commit 2664599Copy full SHA for 2664599
src/Ormolu/Printer/Meat/Declaration/Value.hs
@@ -618,6 +618,8 @@ p_hsExpr' isApp s = \case
618
case lit of
619
HsString (SourceText stxt) _ -> p_stringLit stxt
620
HsStringPrim (SourceText stxt) _ -> p_stringLit stxt
621
+ -- TODO format specially, also at the type level
622
+ HsMultilineString (SourceText stxt) _ -> p_stringLit stxt
623
r -> atom r
624
HsLam _ variant mgroup ->
625
p_lam isApp variant exprPlacement p_hsExpr mgroup
0 commit comments