[project @ 1998-12-02 13:17:09 by simonm]
[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