[project @ 2001-04-05 11:48:59 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail070.stderr
index 6516284..9682b5f 100644 (file)
@@ -1,10 +1,7 @@
-tcfail070.hs:13:
-    Couldn't match the kind * against * -> kawG
-       Expected: *
-       Found:    * -> kawG
-       In the type `[Int] Bool'
-       In the type declaration for `State'
 
-
-Compilation had errors
+tcfail070.hs:15:
+    Couldn't match `*' against `* -> k'
+       Expected kind: *
+       Inferred kind: * -> k
+    When checking kinds in `[Int] Bool'
+    In the type synonym declaration for `State'