fourmolu-0.2.0.0: data/examples/other/comment-two-blocks-four-out.hs
newNames :: [(String, String)]
newNames =
let (*) = flip (,)
in [ "Control" * "Monad"
-- Foo
-- Bar
]
newNames :: [(String, String)]
newNames =
let (*) = flip (,)
in [ "Control" * "Monad"
-- Foo
-- Bar
]