From 902c558c885f6d7f83489a13941f8fec12461b5c Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 5 Oct 2006 10:56:40 +0000 Subject: [PATCH] Spelling in comment --- compiler/deSugar/DsBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4