e24e4f69034689da87a2c7df9ec32783987967ce
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc045.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 _instances_
5 instance _forall_ [$a] {B $a} => {B [$a]} = $dB0;
6 instance _forall_ [$a] => {C [$a]} = $dC0;
7 _declarations_
8 1 $dB0 _:_ _forall_ [$a] {B $a, C [$a]} => {B [$a]} ;;
9 1 $dC0 _:_ _forall_ [$a] => {C [$a]} ;;
10 1 class {C $r3I}  => B $r3I where {op2 :: $r3I -> $r3I -> $r3I} ;
11 1 class C $r3L where {op1 :: $r3L -> $r3L} ;