haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/NameConflict.hs
module Refactor.ExtractBinding.NameConflict where stms = map (\s -> s ++ bang) ["a", "b"] where bang = "!"
module Refactor.ExtractBinding.NameConflict where stms = map (\s -> s ++ bang) ["a", "b"] where bang = "!"