[project @ 1999-05-26 16:54:22 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnSource.lhs
index 9044b87..68b817f 100644 (file)
@@ -886,8 +886,7 @@ forAllErr doc ty tyvar
       (ptext SLIT("In") <+> doc))
 
 ctxtErr explicit_forall doc tyvars constraint ty
-  = sep [ptext SLIT("None of the type variable(s) in the constraint") <+> quotes (pprClassAssertion constraint) <+>
-                  ptext SLIT("does not mention any of"),
+  = sep [ptext SLIT("None of the type variable(s) in the constraint") <+> quotes (pprClassAssertion constraint),
         if explicit_forall then
           nest 4 (ptext SLIT("is universally quantified (i.e. bound by the forall)"))
         else