From a100763cc5c6c9736a00ca57b2ec3c721311eecb Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 19 Dec 2017 13:52:06 +0100 Subject: Get rid of some stuttering in comments and docs --- compiler/specialise/Rules.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/specialise/Rules.hs') diff --git a/compiler/specialise/Rules.hs b/compiler/specialise/Rules.hs index edcab88f56..319404ef15 100644 --- a/compiler/specialise/Rules.hs +++ b/compiler/specialise/Rules.hs @@ -413,7 +413,7 @@ lookupRule dflags in_scope is_active fn args rules findBest :: (Id, [CoreExpr]) -> (CoreRule,CoreExpr) -> [(CoreRule,CoreExpr)] -> (CoreRule,CoreExpr) -- All these pairs matched the expression --- Return the pair the the most specific rule +-- Return the pair the most specific rule -- The (fn,args) is just for overlap reporting findBest _ (rule,ans) [] = (rule,ans) -- cgit v1.2.1