[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc077.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed EQ{zezeze} NUM{ONE TWO} ORD;
3 1 class {ORD a, PrelShow.Show a}  => EQ a where {zezeze :: a -> a -> PrelBase.Bool} ;
4 1 class {PrelNum.Num a}  => ORD a ;
5 1 data NUM = ONE |  TWO ;