haskell-tools-refactor-0.4.1.1: examples/Refactor/InlineBinding/LocalNested_res.hs
module Refactor.InlineBinding.LocalNested where
a = b
where b = ()
where module Refactor.InlineBinding.LocalNested where
a = b
where b = ()
where