haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/LocalDefinition_res.hs
module Refactor.ExtractBinding.LocalDefinition where
stms = x
where x = y
where y = "s"
module Refactor.ExtractBinding.LocalDefinition where
stms = x
where x = y
where y = "s"