[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc037.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _exports_
6 ShouldSucceed Eq'(:Eq' :Eq' deq);
7 _instances_
8 instance _forall_ [a] {Eq' a} => {Eq' [a]} = $d1;
9 _declarations_
10 1 $d1 _:_ _forall_ [a] {Eq' a} => {Eq' [a]} ;;
11 1 class Eq' a where {deq :: a -> a -> PrelBase.Bool} ;