[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc046.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed B{op2} C{op1};
3 1 class {C a}  => B a where {op2 :: a -> a -> a} ;
4 1 class C a where {op1 :: a -> a} ;