X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnBinds.lhs;h=134a929bef516a559cf720b324810cfb839939dc;hb=432b38b66700d243369df5b76e5c5c01b5e197ff;hp=2ae46bf0d27d6623b5044bbe4b91031069107b15;hpb=c1500e4888be2341c0b6e6897f494766c86feba0;p=ghc-hetmet.git diff --git a/compiler/rename/RnBinds.lhs b/compiler/rename/RnBinds.lhs index 2ae46bf..134a929 100644 --- a/compiler/rename/RnBinds.lhs +++ b/compiler/rename/RnBinds.lhs @@ -776,11 +776,11 @@ lookupSigOccRn mb_names sig (L loc v) \end{code} -************************************************************************ -* * +%************************************************************************ +%* * \subsection{Match} -* * -************************************************************************ +%* * +%************************************************************************ \begin{code} rnMatchGroup :: HsMatchContext Name -> MatchGroup RdrName -> RnM (MatchGroup Name, FreeVars)