From 57703f9ab7b58456da1d53f430c5a17e23947b62 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 19 Feb 2008 20:41:17 +0000 Subject: [PATCH] Typo --- compiler/simplCore/OccurAnal.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/simplCore/OccurAnal.lhs b/compiler/simplCore/OccurAnal.lhs index bdf38ee..5c8c11d 100644 --- a/compiler/simplCore/OccurAnal.lhs +++ b/compiler/simplCore/OccurAnal.lhs @@ -636,7 +636,7 @@ occAnal _ (Type t) = (emptyDetails, Type t) occAnal env (Var v) = (mkOneOcc env v False, Var v) -- At one stage, I gathered the idRuleVars for v here too, -- which in a way is the right thing to do. - -- Btu that went wrong right after specialisation, when + -- But that went wrong right after specialisation, when -- the *occurrences* of the overloaded function didn't have any -- rules in them, so the *specialised* versions looked as if they -- weren't used at all. -- 1.7.10.4