2d4838c8a874ea2e146d5be111454629ee788126
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn025.hs
1 -- !!! Re-exporting a module whose contents is partially hidden.
2 module ShouldSucceed ( module List ) where
3
4 import List hiding ( sort )
5