haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/SiblingDefs.hs
module Refactor.ExtractBinding.SiblingDefs where
f = 1
where
g = a
where a = 1
h = 2
module Refactor.ExtractBinding.SiblingDefs where
f = 1
where
g = a
where a = 1
h = 2