[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail028.stderr
index d298320..2639267 100644 (file)
@@ -1,8 +1,8 @@
  
 tcfail028.hs:4:
-    Couldn't match the kind ** against kaPY -> *
-    Expected: **
-    Found:    kaPY -> *
+    Couldn't match `*?' against `$0 -> *'
+       Expected kind: *?
+       Inferred kind: $0 -> *
     In the type `A a'
     In the data declaration for `A'