[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc037.stderr
index 20ecadd..552fff2 100644 (file)
@@ -1,11 +1,11 @@
 ghc: module version changed to 1; reason: no old .hi file
-_interface_ ShouldSucceed 1
+_interface_ ShouldSucceed 1 302
 _instance_modules_
-Addr ArrBase Foreign IO PrelBounded PrelNum
+IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
 _exports_
-ShouldSucceed Eq'(deq);
+ShouldSucceed Eq'(:Eq' :Eq' deq);
 _instances_
-instance _forall_ [a] {Eq' a} => {Eq' [a]} = $d1;
+instance _forall_ [a] {Eq' a} => {Eq' [a]} = $dEq'0;
 _declarations_
-1 $d1 _:_ _forall_ [a] {Eq' a} => {Eq' [a]} ;;
+1 $dEq'0 _:_ _forall_ [a] {Eq' a} => {Eq' [a]} ;;
 1 class Eq' a where {deq :: a -> a -> PrelBase.Bool} ;