[project @ 1999-05-12 12:23:53 by keithw]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc099.stderr
index e85a66e..ac5b29c 100644 (file)
@@ -1,4 +1,4 @@
 ghc: module version changed to 1; reason: no old .hi file
 __export ShouldCompile f g;
-1 f :: __forall [a b] {PrelBase.Eq a} => (a, b) ;
-1 g :: __forall [a b] {PrelBase.Eq a} => (a, b) ;
+1 f :: __forall [a b] => {PrelBase.Eq a} -> (a, b) ;
+1 g :: __forall [a b] => {PrelBase.Eq a} -> (a, b) ;