summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod173_Aux.hs
blob: 1c947914e1ef3a5f2eb9ea1ba6e924739fb07a1a (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