DEBSOURCES
Skip Quicknav
sources / haskell-ormolu / 0.8.0.0-1 / data / examples / other / comment-two-blocks.hs
123456789
newNames :: [(String, String)] newNames = let (*) = flip (,) in ["Control" * "Monad" -- Foo -- Bar ]