92186f154a33ceb9a1625e3018215313e37b4b38
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc057.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed dand f Eq'{deq};
3 instance {Eq' PrelBase.Int} = _fEq'Int;
4 instance __forall [a] {Eq' a} => {Eq' [a]} = _gEq'_91_93;
5 1 _fEq'Int :: {Eq' PrelBase.Int} ;
6 1 _gEq'_91_93 :: __forall [a] {Eq' a} => {Eq' [a]} ;
7 1 class Eq' a where {deq :: a -> a -> PrelBase.Bool} ;
8 1 dand :: PrelBase.Bool -> PrelBase.Bool -> PrelBase.Bool ;
9 1 f :: __forall [a] {Eq' a} => a -> a -> PrelBase.Bool ;