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