[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc059.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed f Eq2{:Eq2 :Eq2 foo deq};
4 _instances_
5 instance _forall_ [$a] {Eq2 $a} => {Eq2 [$a]} = $dEq20;
6 instance {Eq2 PrelBase.Int} = $dEq2Int0;
7 _declarations_
8 1 $dEq20 _:_ _forall_ [$a] {Eq2 $a} => {Eq2 [$a]} ;;
9 1 $dEq2Int0 _:_ {Eq2 PrelBase.Int} ;;
10 1 class Eq2 $r3Q where {foo :: $r3Q -> $r3Q; deq :: $r3Q -> $r3Q -> PrelBase.Bool} ;
11 1 f _:_ _forall_ [$a] {PrelBase.Num $a, Eq2 [$a]} => [$a] -> PrelBase.Bool ;;