[project @ 1998-07-08 10:29:10 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc043.stderr
index c9d76d8..afcc264 100644 (file)
@@ -1,18 +1,12 @@
 ghc: module version changed to 1; reason: no old .hi file
-_interface_ ShouldSucceed 1
-_instance_modules_
-IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
-_usages_
-PrelBase 1 :: $d1 1 $d10 1 $d13 1 $d15 1 $d2 1 $d21 1 $d26 1 $d27 1 $d29 1 $d3 1 $d30 1 $d31 1 $d33 1 $d34 1 $d36 1 $d38 1 $d4 1 $d42 1 $d7 1 $d8 1 $m- 1 $m/= 1 $mfromInt 1 $mshowList 1 Eq 1 Eval 1 Num 1 Show 1 String 1;
-PrelNum 1 :: $d10 1 $d16 1 $d18 1 $d29 1 $d33 1 $d35 1;
 _exports_
 ShouldSucceed f A(:A :A op1) B(:B :B op2);
 _instances_
-instance _forall_ [a] {B a} => {B [a]} = $d1;
-instance {A PrelBase.Int} = $d2;
+instance {A PrelBase.Int} = $dAInt0;
+instance _forall_ [a] {B a} => {B [a]} = $dB0;
 _declarations_
-1 $d1 _:_ _forall_ [a] {B a} => {B [a]} ;;
-1 $d2 _:_ {A PrelBase.Int} ;;
+1 $dAInt0 _:_ {A PrelBase.Int} ;;
+1 $dB0 _:_ _forall_ [a] {B a} => {B [a]} ;;
 1 class A a where {op1 :: a} ;
 1 class B b where {op2 :: b -> PrelBase.Int} ;
 1 f _:_ _forall_ [a b] {A b} => a -> b ;;