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