[project @ 1999-01-23 17:57:35 by sof]
[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 f Eq2{doubleeq} Ord2{lt};
3 instance {Eq2 PrelBase.Int} = _fEq2Int;
4 instance {Ord2 PrelBase.Int} = _fOrd2Int;
5 instance __forall [a] {Eq2 a, Ord2 a} => {Eq2 [a]} = _gEq2_91_93;
6 1 _fEq2Int :: {Eq2 PrelBase.Int} ;
7 1 _fOrd2Int :: {Ord2 PrelBase.Int} ;
8 1 _gEq2_91_93 :: __forall [a] {Eq2 a, Ord2 a} => {Eq2 [a]} ;
9 1 class Eq2 a where {doubleeq :: a -> a -> PrelBase.Bool} ;
10 1 class {Eq2 a}  => Ord2 a where {lt :: a -> a -> PrelBase.Bool} ;
11 1 f :: __forall [t _116] {PrelBase.Num _116, Eq2 [_116]} => [_116] -> t -> PrelBase.Bool ;