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 )