haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/FloatOut/ImplicitLocal.hs
module Refactor.FloatOut.ImplicitLocal where
f = g
where g = h
h = ()module Refactor.FloatOut.ImplicitLocal where
f = g
where g = h
h = ()