587ce7c23828b8667c02f4234730a505099a0a8e
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc068.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed B{X Y} T{D C};
3 instance __forall [b] {PrelBase.Eq b} => {PrelBase.Eq (B b)} = zdfEqB;
4 instance __forall [a] {PrelBase.Eq a} => {PrelBase.Eq (T a)} = zdfEqT;
5 1 data B b = X |  Y b ;
6 1 data T a = D (B a) |  C ;
7 1 zdfEqB :: __forall [b] {PrelBase.Eq b} => {PrelBase.Eq (B b)} ;
8 1 zdfEqT :: __forall [a] {PrelBase.Eq a} => {PrelBase.Eq (T a)} ;