63621c0c6fbb58f3ab109d56bd4c4096568786f8
[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 $r3x}  => B $r3x where {op2 :: $r3x -> $r3x -> $r3x} ;
6 1 class C $r3A where {op1 :: $r3A -> $r3A} ;