summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn025.hs
blob: b8bf1ffe941f5f293c772756c0894fc0711895e7 (plain)
1
2
3
4
5
-- !!! Re-exporting a module whose contents is partially hidden.
module ShouldCompile ( module Data.List ) where

import Data.List hiding ( sort )