1
1
mirror of https://github.com/google/ormolu.git synced 2024-11-27 13:13:23 +03:00
ormolu/data/examples/other/comment-two-blocks-out.hs

9 lines
130 B
Haskell

newNames :: [(String, String)]
newNames =
let (*) = flip (,)
in [ "Control" * "Monad"
-- Foo
-- Bar
]