[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail017.stderr
index c7a3d24..5ae7a65 100644 (file)
@@ -1,11 +1,9 @@
 
 tcfail017.hs:10:
-    Could not deduce `C [a]'
-       (arising from an instance declaration at tcfail017.hs:10)
-       from the context: (B a)
+    Could not deduce `C [a]' from the context: (B a)
     Probable cause: missing `C [a]' in instance declaration context
                    or missing instance declaration for `C [a]'
-    When checking the superclasses of an instance declaration
+    arising from an instance declaration at tcfail017.hs:10
 
 Compilation had errors