summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod16.hs
blob: 3b0e6d7bd932cb12993416e16073fd5c28ce36af (plain)
1
2
3
4
5
-- !!! Correct abstract class export
module M(C) where
class C a where
  m1 :: a
  m2, m3 :: a