[project @ 1999-05-12 12:23:53 by keithw]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc062.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Eq1{deq} f;
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 f :: __forall [t] => {Eq1 [t]} -> [t] -> [t] -> PrelBase.Bool ;
7 1 zdfEq1Int :: {Eq1 PrelBase.Int} ;
8 1 zdfEq1ZMZN :: __forall [a] => {Eq1 a} -> {Eq1 [a]} ;