[project @ 1998-04-30 20:31:10 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 _exports_
3 ShouldSucceed B(:B :B op2) C(:C :C op1);
4 _declarations_
5 1 class {C a} => B a where {op2 :: a -> a -> a} ;
6 1 class C a where {op1 :: a -> a} ;