haskell-tools-refactor-0.5.0.0: examples/Refactor/FloatOut/FloatLocals.hs
module Refactor.FloatOut.FloatLocals where
f = g
where g = h
where h = idmodule Refactor.FloatOut.FloatLocals where
f = g
where g = h
where h = id