[project @ 2000-07-07 11:03:57 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail012.hs
1
2 class A a where
3  op1 :: a
4
5 class B a where
6  op2 :: b -> b
7
8 class A a where
9  op3 :: a