[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc060.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1 302
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _exports_
6 ShouldSucceed Eq2(:Eq2 :Eq2 deq);
7 _instances_
8 instance _forall_ [a] {Eq2 a} => {Eq2 [a]} = $dEq20;
9 instance {Eq2 PrelBase.Int} = $dEq2Int0;
10 _declarations_
11 1 $dEq20 _:_ _forall_ [a] {Eq2 a} => {Eq2 [a]} ;;
12 1 $dEq2Int0 _:_ {Eq2 PrelBase.Int} ;;
13 1 class Eq2 a where {deq :: a -> a -> PrelBase.Bool} ;