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