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