[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc059.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed f Eq2{foo deq};
3 instance {Eq2 PrelBase.Int} = _fEq2Int;
4 instance __forall [a] {Eq2 a} => {Eq2 [a]} = _gEq2_91_93;
5 1 _fEq2Int :: {Eq2 PrelBase.Int} ;
6 1 _gEq2_91_93 :: __forall [a] {Eq2 a} => {Eq2 [a]} ;
7 1 class Eq2 a where {foo :: a -> a; deq :: a -> a -> PrelBase.Bool} ;
8 1 f :: __forall [t] {PrelBase.Num t, Eq2 [t]} => [t] -> PrelBase.Bool ;