[project @ 1999-05-12 12:23:53 by keithw]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc061.stderr
index 3df4b54..8da50c9 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;
+instance __forall [a] => {Eq1 a} -> {Eq1 [a]} = zdfEq1ZMZN;
 1 class Eq1 a where {deq :: a -> a -> PrelBase.Bool} ;
 1 zdfEq1Int :: {Eq1 PrelBase.Int} ;
-1 zdfEq1ZMZN :: __forall [a] {Eq1 a} => {Eq1 [a]} ;
+1 zdfEq1ZMZN :: __forall [a] => {Eq1 a} -> {Eq1 [a]} ;