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