haskell-tools-builtin-refactorings-1.0.0.0: 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 ++ "!"