haskell-tools-refactor-1.0.1.1: examples/Module/Export.hs
module Module.Export (maybe, Maybe(..), Either(Left)) where -- this module reexports Maybe from Prelude
module Module.Export (maybe, Maybe(..), Either(Left)) where -- this module reexports Maybe from Prelude