blob: 7cbd88da0403f82133b984e81f252284f0aa618d (
plain)
1
2
3
4
5
6
7
8
9
|
module Mod173_Aux( module Mod173_Aux ) where
import qualified Data.List as Mod173_Aux( nub )
-- This should not be exported
import Data.List as Mod173_Aux( partition )
-- This one should be exported
frob x = Mod173_Aux.nub (x::[Int]) -- This one should
|