haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/AddToExisting_res.hs
module Refactor.ExtractBinding.AddToExisting where
x = a ++ b
where a = []
b = []
module Refactor.ExtractBinding.AddToExisting where
x = a ++ b
where a = []
b = []