haskell-tools-refactor-0.6.0.0: examples/Refactor/ExtractBinding/SiblingDefs_res.hs
module Refactor.ExtractBinding.SiblingDefs where
f = 1
where
g = a
where a = 1
h = a
where a = 2
module Refactor.ExtractBinding.SiblingDefs where
f = 1
where
g = a
where a = 1
h = a
where a = 2