summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail031.hs
blob: ce86cf935a2f0ded58c014622ef0c41676a2ab36 (plain)
1
2
3
-- !!! check that qualified imports can be restricted to certain names
module ShouldFail ( Data.List.map ) where
import qualified Data.List ( foldr )