[project @ 2001-03-29 14:35:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail034.stderr
index 76dbca6..3986844 100644 (file)
@@ -2,7 +2,7 @@
 tcfail034.hs:17:
     Could not deduce `Integral a' from the context (Num a, Eq a)
     Probable fix:
-       Add `Integral a' to the type signature for `test'
+       Add `Integral a' to the type signature(s) for {test}
     arising from use of `mod' at tcfail034.hs:17
     In the first argument of `(==)', namely `(x `mod` 3)'
-    In the right-hand side of an equation for `test': (x `mod` 3) == 0
+    in the definition of function `test': (x `mod` 3) == 0