X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=inline;f=ghc%2Fcompiler%2FdeSugar%2FDsHsSyn.lhs;h=498ffcc4be0416e46bf71002e263c055236f9621;hb=a61995821fca70c4d62769757d6808ebbc970e12;hp=3f14f9da829c36d52ee04eae155b976502937f1f;hpb=07e4037d236474478e9a39a8a0e82cbb3c66e7ba;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsHsSyn.lhs b/ghc/compiler/deSugar/DsHsSyn.lhs index 3f14f9d..498ffcc 100644 --- a/ghc/compiler/deSugar/DsHsSyn.lhs +++ b/ghc/compiler/deSugar/DsHsSyn.lhs @@ -44,11 +44,11 @@ outPatType (DictPat ds ms) = case (length ds_ms) of \end{code} -Nota bene: DsBinds relies on the fact that at least for simple +Nota bene: @DsBinds@ relies on the fact that at least for simple tuple patterns @collectTypedPatBinders@ returns the binders in the same order as they appear in the tuple. -collectTypedBinders and collectedTypedPatBinders are the exportees. +@collectTypedBinders@ and @collectedTypedPatBinders@ are the exportees. \begin{code} collectTypedMonoBinders :: TypecheckedMonoBinds -> [Id]