summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod32.hs
blob: 2922bab0ce6b1c7889e834b2a4e3b109cbb0fca9 (plain)
1
2
3
4
5
-- !!! Defining local class with same name as imported type.
-- was: Imported tycon clashes with local class definition
module M where
import Prelude(Int,Bool)
class Int a where (==) :: a -> a -> Bool