summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod13.hs
blob: d7aeb7db9400961eb2f499caf02f9374ba910aff (plain)
1
2
3
4
5
-- !!! Omitted member from export list
module M(C(m1,m3)) where
class C a where
  m1 :: a
  m2, m3 :: a