From: Ian Lynagh Date: Thu, 6 May 2010 12:36:07 +0000 (+0000) Subject: De-haddock a comment that confuses haddock X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aaae1a912d4e82de81a02ff03328e3ad363c77cb De-haddock a comment that confuses haddock --- 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.