[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail026.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