[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc058.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Eq2{doubleeq} Ord2{lt} f;
3 instance {Eq2 PrelBase.Int} = zdfEq2Int;
4 instance __forall [a] => {Eq2 a} -> {Ord2 a} -> {Eq2 [a]} = zdfEq2ZMZN;
5 instance {Ord2 PrelBase.Int} = zdfOrd2Int;
6 1 class Eq2 a where {doubleeq :: a -> a -> PrelBase.Bool} ;
7 1 class {Eq2 a}  => Ord2 a where {lt :: a -> a -> PrelBase.Bool} ;
8 1 f :: __forall [t t1] => {PrelNum.Num t1} -> {Eq2 [t1]} -> [t1] -> t -> PrelBase.Bool ;
9 1 zdfEq2Int :: {Eq2 PrelBase.Int} ;
10 1 zdfEq2ZMZN :: __forall [a] => {Eq2 a} -> {Ord2 a} -> {Eq2 [a]} ;
11 1 zdfOrd2Int :: {Ord2 PrelBase.Int} ;