[project @ 2001-01-17 15:11:04 by simonmar]
[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