summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod31.hs
blob: 70f66a391e3be7911162bfb01a0b3e17aa6fac06 (plain)
1
2
3
4
5
-- !!! Defining local type with same name as imported class
-- was: Imported class clashes with local type definition
module M where
import Prelude(Eq,Bool)
type Eq = Bool