summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail044.hs
blob: ed72b9abaee1f06da9e6cdc98939bf56c2b96f7a (plain)
1
2
3
4
5
6
7
8
-- Renamer test
-- The ambiguity is between the Prelude import and the defn
-- of splitAt. The import of Data.List has nothing to do with it.

module A ( splitAt ) where

  import qualified Data.List
  splitAt = undefined