[project @ 1999-09-16 19:26:01 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc077.stderr
index 2ec321b..a889edf 100644 (file)
@@ -1,10 +1,5 @@
 ghc: module version changed to 1; reason: no old .hi file
-_exports_
-ShouldSucceed EQ(:EQ :EQ ===) NUM(ONE TWO) ORD(:ORD :ORD);
-_instances_
-instance {PrelBase.Eval NUM} = $dEvalNUM0;
-_declarations_
-1 $dEvalNUM0 _:_ {PrelBase.Eval NUM} ;;
-1 class {ORD a, PrelBase.Show a} => EQ a where {=== :: a -> a -> PrelBase.Bool} ;
-1 class {PrelBase.Num a} => ORD a ;
+__export ShouldSucceed EQ{zezeze} NUM{ONE TWO} ORD;
+1 class {ORD a, PrelShow.Show a}  => EQ a where {zezeze :: a -> a -> PrelBase.Bool} ;
+1 class {PrelNum.Num a}  => ORD a ;
 1 data NUM = ONE |  TWO ;