haskell-tools-refactor-0.5.0.0: examples/Refactor/FloatOut/MoveSignature.hs
module Refactor.FloatOut.MoveSignature where
f = g
where g :: a -> a
g = idmodule Refactor.FloatOut.MoveSignature where
f = g
where g :: a -> a
g = id