haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/Case_res.hs
module Refactor.ExtractBinding.Case where f a = case a of (x,y) -> g x y where g x y = x + y
module Refactor.ExtractBinding.Case where f a = case a of (x,y) -> g x y where g x y = x + y