From aaae1a912d4e82de81a02ff03328e3ad363c77cb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 6 May 2010 12:36:07 +0000 Subject: [PATCH] De-haddock a comment that confuses haddock --- compiler/specialise/Rules.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/specialise/Rules.lhs b/compiler/specialise/Rules.lhs index cfba1a1..1219d1c 100644 --- a/compiler/specialise/Rules.lhs +++ b/compiler/specialise/Rules.lhs @@ -476,7 +476,7 @@ matchN :: IdUnfoldingFun -> [Var] -- ^ Match template type variables -> [CoreExpr] -- ^ Match template -> [CoreExpr] -- ^ Target; can have more elements than the template - -> Maybe (BindWrapper, -- ^ Floated bindings; see Note [Matching lets] + -> Maybe (BindWrapper, -- Floated bindings; see Note [Matching lets] [CoreExpr]) -- For a given match template and context, find bindings to wrap around -- the entire result and what should be substituted for each template variable. -- 1.7.10.4