[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail020.stderr
index ec1caf0..1fe6f02 100644 (file)
@@ -1,6 +1,12 @@
  
-tcfail020.hs:11: No instance for: `A [taEp]'
-    arising from an instance declaration at tcfail020.hs:11
-    When checking superclass constraints of an instance declaration
+tcfail020.hs:11:
+    Could not deduce `A [a]'
+       (arising from an instance declaration at tcfail020.hs:11)
+       from the context: (A a)
+    Probable cause: missing `A [a]' in instance declaration context
+                   or missing instance declaration for `A [a]'
+    When checking the superclasses of an instance declaration
+
 
 Compilation had errors
+