[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s046.hs
1 --!!! Cyclic class hierarchy
2 module M where
3 class C2 a => C1 a where f :: a
4 class C1 a => C2 a where g :: a