[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc056.stderr
1  
2 tc056.hs:15: Warning:
3     Duplicate class assertion `Eq' a' in the context: (Eq' a, Eq' a) =>
4
5 ghc: module version changed to 1; reason: no old .hi file
6 __export ShouldSucceed f Eq'{doubleeq} Ord'{lt};
7 instance {Eq' PrelBase.Int} = _fEq'Int;
8 instance __forall [a] {Eq' a, Eq' a} => {Eq' [a]} = _gEq'_91_93;
9 1 _fEq'Int :: {Eq' PrelBase.Int} ;
10 1 _gEq'_91_93 :: __forall [a] {Eq' a} => {Eq' [a]} ;
11 1 class Eq' a where {doubleeq :: a -> a -> PrelBase.Bool} ;
12 1 class {Eq' a}  => Ord' a where {lt :: a -> a -> PrelBase.Bool} ;
13 1 f :: __forall [t _116] {PrelBase.Num _116, Eq' [_116]} => [_116] -> t -> PrelBase.Bool ;