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