haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/FloatOut/SharedSignature.hs
module Refactor.FloatOut.SharedSignature where
f = g
where g, h :: a -> a
g = id
h = idmodule Refactor.FloatOut.SharedSignature where
f = g
where g, h :: a -> a
g = id
h = id