[commit: ghc] th-new: Add support for pattern splices. (dc0cb81)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 22 11:03:04 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/dc0cb817c4039912a79d97d6936eab591820cf0a
>---------------------------------------------------------------
commit dc0cb817c4039912a79d97d6936eab591820cf0a
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 dc0cb817c4039912a79d97d6936eab591820cf0a
More information about the ghc-commits
mailing list