haskell-tools-refactor-0.5.0.0: examples/Refactor/FloatOut/NoCollosion.hs
module Refactor.FloatOut.NoCollosion where
f = g
where g = h
where h = id
h = ()module Refactor.FloatOut.NoCollosion where
f = g
where g = h
where h = id
h = ()