haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/ExistingLocalDef_res.hs
module Refactor.ExtractBinding.ExistingLocalDef where f = a + 3 where a = 1 + 2
module Refactor.ExtractBinding.ExistingLocalDef where f = a + 3 where a = 1 + 2