X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FdeSugar%2FDsMonad.lhs;h=c2034d75e5cc046f88eb8dd3b58784fcecb16a1c;hb=2494407a750053daa61718fac371487d04818e57;hp=38e567a7ea063819638f060274da468eff12ca81;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsMonad.lhs b/ghc/compiler/deSugar/DsMonad.lhs index 38e567a..c2034d7 100644 --- a/ghc/compiler/deSugar/DsMonad.lhs +++ b/ghc/compiler/deSugar/DsMonad.lhs @@ -282,7 +282,7 @@ pprDsWarnings sty warns = ppCat [ppPStr SLIT("in the definition of function"), ppQuote (ppr sty fun)] pp_match CaseMatch pats - = ppHang (ppPStr SLIT("in a group of case alternative beginning:")) + = ppHang (ppPStr SLIT("in a group of case alternatives beginning:")) 4 (ppSep [ppSep (map (ppr sty) pats), pp_arrow_dotdotdot]) pp_match PatBindMatch pats