[project @ 2001-08-04 06:19:54 by ken]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail028.stderr
index 3aa6f42..ef349d4 100644 (file)
@@ -1,11 +1,7 @@
+
 tcfail028.hs:4:
-    Couldn't match `Type t' against `k -> *'
-       Expected kind: Type t
-       Inferred kind: k -> *
+    Couldn't match `k -> k1' against `Type bx'
+       Expected kind: k -> k1
+       Inferred kind: Type bx
     When checking that `A a' is a type
-    In the newtype declaration for `A'
-
-
-Compilation had errors
-
+    In the data type declaration for `A'