Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2fcc09aa603b438967df8298be4788d207d27e09 >--------------------------------------------------------------- commit 2fcc09aa603b438967df8298be4788d207d27e09 Author: unknown <[email protected]> Date: Thu Apr 14 08:38:59 2011 +0100 Minor refactoring of Max's patch for #4404 Add a flag to the collect-binders code in HsUtils that says whether or not we want the implicitly-bound (..) binders. compiler/basicTypes/NameSet.lhs | 4 +- compiler/coreSyn/CoreFVs.lhs | 10 +- compiler/hsSyn/HsUtils.lhs | 239 +++++++++++++++------------------------ compiler/rename/RnBinds.lhs | 5 +- compiler/rename/RnExpr.lhs | 13 +- compiler/rename/RnHsSyn.lhs | 5 +- compiler/rename/RnPat.lhs | 12 +- compiler/typecheck/TcType.lhs | 7 +- 8 files changed, 115 insertions(+), 180 deletions(-) Diff suppressed because of size. To see it, use: git show 2fcc09aa603b438967df8298be4788d207d27e09 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
