[project @ 1999-01-28 17:10:52 by simonpj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s022.hs
1 --!!! Correct abstract class export
2 module M(C) where
3 class C a where
4   m1 :: a
5   m2, m3 :: a