[commit: ghc] th-new: Add support for pattern splices. (6ea5a1a)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 29 19:17:44 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/6ea5a1a2f7aa19e4db2b1a1d13b16c90d648b018
>---------------------------------------------------------------
commit 6ea5a1a2f7aa19e4db2b1a1d13b16c90d648b018
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 | 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 show 6ea5a1a2f7aa19e4db2b1a1d13b16c90d648b018
More information about the ghc-commits
mailing list