summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod30.hs
blob: 8f87970a2d7e5385752f4b9b15a8eb693618b5bd (plain)
1
2
3
4
-- !!! Imported class clashes with local class definition
module M where
import Prelude(Eq,Bool)
class Eq a where (==) :: a -> a -> Bool