[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s019.hs
1 --!!! Omitted member from export list
2 module M(C(m1,m3)) where
3 class C a where
4   m1 :: a
5   m2, m3 :: a