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