[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc061.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed Eq1(:Eq1 :Eq1 deq);
4 _instances_
5 instance _forall_ [a] {Eq1 a} => {Eq1 [a]} = $dEq10;
6 instance {Eq1 PrelBase.Int} = $dEq1Int0;
7 _declarations_
8 1 $dEq10 _:_ _forall_ [a] {Eq1 a} => {Eq1 [a]} ;;
9 1 $dEq1Int0 _:_ {Eq1 PrelBase.Int} ;;
10 1 class Eq1 a where {deq :: a -> a -> PrelBase.Bool} ;