mirror of
https://github.com/google/ormolu.git
synced 2024-11-27 13:13:23 +03:00
9 lines
130 B
Haskell
9 lines
130 B
Haskell
newNames :: [(String, String)]
|
|
newNames =
|
|
let (*) = flip (,)
|
|
in [ "Control" * "Monad"
|
|
-- Foo
|
|
|
|
-- Bar
|
|
]
|