[project @ 1999-02-23 17:20:34 by sof]
[ghc-hetmet.git] / ghc / interpreter / test / static / s021.hs
1 --!!! Correct class export
2 module M(C(..)) where
3 class C a where
4   m1 :: a
5   m2, m3 :: a