From: simonpj@microsoft.com Date: Thu, 5 Oct 2006 10:56:40 +0000 (+0000) Subject: Spelling in comment X-Git-Tag: 2006-10-05~7 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=902c558c885f6d7f83489a13941f8fec12461b5c Spelling in comment --- diff --git a/compiler/deSugar/DsBinds.lhs b/compiler/deSugar/DsBinds.lhs index f47a4c7..697ab48 100644 --- a/compiler/deSugar/DsBinds.lhs +++ b/compiler/deSugar/DsBinds.lhs @@ -107,7 +107,7 @@ dsHsBind auto_scc rest (PatBind { pat_lhs = pat, pat_rhs = grhss, pat_rhs_ty = t -- M.f = f_lcl -- Generated from "exports" -- But we don't want that, because if M.f isn't exported, -- it'll be inlined unconditionally at every call site (its rhs is --- trivial). That woudl be ok unless it has RULES, which would +-- trivial). That would be ok unless it has RULES, which would -- thereby be completely lost. Bad, bad, bad. -- -- Instead we want to generate