[commit: ghc] wip/th-new: Add support for pattern splices. (db6cb11)

git at git.haskell.org git
Fri Oct 4 21:48:25 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/db6cb1139cb2149e9fb5815e381e0cd9032ad9f8/ghc

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

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

    Add support for pattern splices.


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

db6cb1139cb2149e9fb5815e381e0cd9032ad9f8
 compiler/deSugar/Check.lhs           |    2 ++
 compiler/deSugar/DsArrows.lhs        |    1 +
 compiler/deSugar/DsMeta.hs           |    2 ++
 compiler/deSugar/Match.lhs           |    1 +
 compiler/hsSyn/HsExpr.lhs            |   10 ++++++
 compiler/hsSyn/HsExpr.lhs-boot       |    1 +
 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/TcHsSyn.lhs       |    3 ++
 compiler/typecheck/TcSplice.lhs      |   56 +++++++++++++++++++++++++++++++++-
 compiler/typecheck/TcSplice.lhs-boot |    1 +
 15 files changed, 153 insertions(+), 8 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc db6cb1139cb2149e9fb5815e381e0cd9032ad9f8



More information about the ghc-commits mailing list