[project @ 2000-07-03 20:34:35 by panne]
authorpanne <unknown>
Mon, 3 Jul 2000 20:34:35 +0000 (20:34 +0000)
committerpanne <unknown>
Mon, 3 Jul 2000 20:34:35 +0000 (20:34 +0000)
Synched expected output with reality

ghc/tests/deriving/should_fail/drvfail004.stderr

index 29d77fe..4010f99 100644 (file)
@@ -1,9 +1,10 @@
 
 drvfail004.hs:5:
-    Could not deduce `Eq (Foo a b)' from the context: (Ord a1, Ord b1)
-    Probable cause: missing `Eq (Foo a b)'
-                   in instance declaration context
-                   or missing instance declaration for `Eq (Foo a b)'
+    Could not deduce `Eq (Foo a b)'
+       from the context (Ord a1, Ord b1)
+    Probable fix:
+       Add `Eq (Foo a b)' to the instance declaration context
+       Or add an instance declaration for `Eq (Foo a b)'
     arising from an instance declaration at drvfail004.hs:5
 
 Compilation had errors