[project @ 2001-08-21 13:15:05 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn025.hs
1 -- !!! Re-exporting a module whose contents is partially hidden.
2 module ShouldCompile ( module List ) where
3
4 import List hiding ( sort )
5