[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc061.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Eq1{deq};
3 instance {Eq1 PrelBase.Int} = _fEq1Int;
4 instance __forall [a] {Eq1 a} => {Eq1 [a]} = _gEq1_91_93;
5 1 _fEq1Int :: {Eq1 PrelBase.Int} ;
6 1 _gEq1_91_93 :: __forall [a] {Eq1 a} => {Eq1 [a]} ;
7 1 class Eq1 a where {deq :: a -> a -> PrelBase.Bool} ;