f74fa02baee12b2686996f2bb8b01e81a25ee600
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc037.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed Eq'(:Eq' :Eq' deq);
4 _instances_
5 instance _forall_ [a] {Eq' a} => {Eq' [a]} = $dEq'0;
6 _declarations_
7 1 $dEq'0 _:_ _forall_ [a] {Eq' a} => {Eq' [a]} ;;
8 1 class Eq' a where {deq :: a -> a -> PrelBase.Bool} ;