[commit: ghc] th-new-7.6: Add support for pattern splices. (76f56f4)

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 12:03:10 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : th-new-7.6

https://github.com/ghc/ghc/commit/76f56f43e91cbc8fe0b3cf4f76b1f960197eb7f0

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

commit 76f56f43e91cbc8fe0b3cf4f76b1f960197eb7f0
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            | 12 +++++++-
 compiler/hsSyn/HsExpr.lhs-boot       |  5 +++-
 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/TcExpr.lhs        |  3 +-
 compiler/typecheck/TcHsSyn.lhs       |  3 ++
 compiler/typecheck/TcSplice.lhs      | 56 +++++++++++++++++++++++++++++++++++-
 compiler/typecheck/TcSplice.lhs-boot |  1 +
 16 files changed, 158 insertions(+), 12 deletions(-)


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

    git show 76f56f43e91cbc8fe0b3cf4f76b1f960197eb7f0



More information about the ghc-commits mailing list