haskell-tools-builtin-refactorings-1.0.0.0: 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