d1db20d82f7a5be1799732b12462f11150ad2bbd
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc060.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Eq2{deq};
3 instance {Eq2 PrelBase.Int} = zdfEq2Int;
4 instance __forall [a] {Eq2 a} => {Eq2 [a]} = zdfEq2ZMZN;
5 1 class Eq2 a where {deq :: a -> a -> PrelBase.Bool} ;
6 1 zdfEq2Int :: {Eq2 PrelBase.Int} ;
7 1 zdfEq2ZMZN :: __forall [a] {Eq2 a} => {Eq2 [a]} ;