Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/18003c9ec8e2f5a6ae82565c1e1ba35fada72021 >--------------------------------------------------------------- commit 18003c9ec8e2f5a6ae82565c1e1ba35fada72021 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Tue Jan 1 22:40:45 2013 +0000 Fix typo in comment (Trac #7526) >--------------------------------------------------------------- compiler/typecheck/TcMType.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcMType.lhs b/compiler/typecheck/TcMType.lhs index f45519b..2baccda 100644 --- a/compiler/typecheck/TcMType.lhs +++ b/compiler/typecheck/TcMType.lhs @@ -1809,7 +1809,7 @@ predUndecErr pred msg = sep [msg, nomoreMsg :: [TcTyVar] -> SDoc nomoreMsg tvs - = sep [ ptext (sLit "Variable") <+> plural tvs <+> quotes (pprWithCommas ppr tvs) + = sep [ ptext (sLit "Variable") <> plural tvs <+> quotes (pprWithCommas ppr tvs) , (if isSingleton tvs then ptext (sLit "occurs") else ptext (sLit "occur")) <+> ptext (sLit "more often than in the instance head") ] _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc