[commit: ghc] : Add support for pattern splices. (a9abb46)

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 13:44:41 CEST 2013


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

On branch  : 

https://github.com/ghc/ghc/commit/a9abb4614a6b56cf78639c8bf6d92ef380861d65

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

commit a9abb4614a6b56cf78639c8bf6d92ef380861d65
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 a9abb4614a6b56cf78639c8bf6d92ef380861d65



More information about the ghc-commits mailing list