[project @ 2000-12-12 17:21:40 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail028.stderr
index dbede23..ef349d4 100644 (file)
@@ -1,12 +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'