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