summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail029.hs
blob: 8d8608e41fe08e5652dbce5ee32b2677ae5f38d7 (plain)
1
2
3
4
-- !!! conflicting exports for a function name
module ShouldFail ( Data.List.map, module ShouldFail ) where
import qualified Data.List
map = undefined