summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod17.hs
blob: c3f219edde28bc6a14f53d8a8798ad14ce2e4770 (plain)
1
2
3
4
5
-- !!! Testing non-member function in explicit class export list
module M(C(m1,m2,m3,Left)) where
class C a where
  m1 :: a
  m2, m3 :: a