[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc061.stderr
index 8da50c9..b2e170f 100644 (file)
@@ -1,7 +1,7 @@
-ghc: module version changed to 1; reason: no old .hi file
 __export ShouldSucceed Eq1{deq};
 instance {Eq1 PrelBase.Int} = zdfEq1Int;
 instance __forall [a] => {Eq1 a} -> {Eq1 [a]} = zdfEq1ZMZN;
 1 class Eq1 a where {deq :: a -> a -> PrelBase.Bool} ;
+1 zddmdeq :: __forall [a] => {Eq1 a} -> a -> a -> PrelBase.Bool ;
 1 zdfEq1Int :: {Eq1 PrelBase.Int} ;
 1 zdfEq1ZMZN :: __forall [a] => {Eq1 a} -> {Eq1 [a]} ;