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