haskell-tools-builtin-refactorings-1.0.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