De-haddock a comment that confuses haddock
authorIan Lynagh <igloo@earth.li>
Thu, 6 May 2010 12:36:07 +0000 (12:36 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 6 May 2010 12:36:07 +0000 (12:36 +0000)
compiler/specialise/Rules.lhs

index cfba1a1..1219d1c 100644 (file)
@@ -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.