haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/FloatOut/FloatLocals_res.hs
module Refactor.FloatOut.FloatLocals where
f = g
where g = h
h = idmodule Refactor.FloatOut.FloatLocals where
f = g
where g = h
h = id