[commit: ghc] : Add support for pattern splices. (360c75e)

Geoffrey Mainland gmainlan at microsoft.com
Thu Jun 27 11:41:18 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : 

https://github.com/ghc/ghc/commit/360c75ecea5e1b07b63415e1e8bdf3485e4e6db7

>---------------------------------------------------------------

commit 360c75ecea5e1b07b63415e1e8bdf3485e4e6db7
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Thu May 16 17:18:22 2013 +0100

    Add support for pattern splices.

 compiler/deSugar/Check.lhs           |  2 ++
 compiler/deSugar/DsArrows.lhs        |  1 +
 compiler/deSugar/DsMeta.hs           |  2 ++
 compiler/deSugar/Match.lhs           |  1 +
 compiler/hsSyn/HsExpr.lhs            | 12 +++++++-
 compiler/hsSyn/HsExpr.lhs-boot       |  5 +++-
 compiler/hsSyn/HsPat.lhs             | 13 +++++++--
 compiler/hsSyn/HsUtils.lhs           |  1 +
 compiler/parser/RdrHsSyn.lhs         |  1 +
 compiler/rename/RnPat.lhs            | 12 +++++++-
 compiler/rename/RnSplice.lhs         | 56 ++++++++++++++++++++++++++++++++++--
 compiler/rename/RnSplice.lhs-boot    |  1 +
 compiler/typecheck/TcExpr.lhs        |  3 +-
 compiler/typecheck/TcHsSyn.lhs       |  3 ++
 compiler/typecheck/TcSplice.lhs      | 56 +++++++++++++++++++++++++++++++++++-
 compiler/typecheck/TcSplice.lhs-boot |  1 +
 16 files changed, 158 insertions(+), 12 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 360c75ecea5e1b07b63415e1e8bdf3485e4e6db7



More information about the ghc-commits mailing list