[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc045.stderr
index 9b63455..c89763d 100644 (file)
@@ -1,14 +1,14 @@
 ghc: module version changed to 1; reason: no old .hi file
-_interface_ ShouldSucceed 1
+_interface_ ShouldSucceed 1 302
 _instance_modules_
 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
 _exports_
 ShouldSucceed B(:B :B op2) C(:C :C op1);
 _instances_
-instance _forall_ [a] => {C [a]} = $d1;
-instance _forall_ [a] {B a} => {B [a]} = $d2;
+instance _forall_ [a] {B a} => {B [a]} = $dB0;
+instance _forall_ [a] => {C [a]} = $dC0;
 _declarations_
-1 $d1 _:_ _forall_ [a] => {C [a]} ;;
-1 $d2 _:_ _forall_ [a] {B a, C [a]} => {B [a]} ;;
+1 $dB0 _:_ _forall_ [a] {B a, C [a]} => {B [a]} ;;
+1 $dC0 _:_ _forall_ [a] => {C [a]} ;;
 1 class {C a} => B a where {op2 :: a -> a -> a} ;
 1 class C a where {op1 :: a -> a} ;