[commit: ghc] wip/th-new: Add support for pattern splices. (a3505f5)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 07:36:35 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/a3505f5c58c185f67689110c755bc43e2d4c6059/ghc
>---------------------------------------------------------------
commit a3505f5c58c185f67689110c755bc43e2d4c6059
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Thu May 16 17:18:22 2013 +0100
Add support for pattern splices.
>---------------------------------------------------------------
a3505f5c58c185f67689110c755bc43e2d4c6059
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 a3505f5c58c185f67689110c755bc43e2d4c6059
More information about the ghc-commits
mailing list