[project @ 2000-05-16 14:04:25 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc099.stderr
index e85a66e..89fc5ef 100644 (file)
@@ -1,4 +1,3 @@
-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) ;