[commit: ghc] : Add full support for declaration splices. (03e0ea6)

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


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

On branch  : 

https://github.com/ghc/ghc/commit/03e0ea63bf3ba577cb222aae55a53e780bd2f879

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

commit 03e0ea63bf3ba577cb222aae55a53e780bd2f879
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Mon May 20 11:37:59 2013 +0100

    Add full support for declaration splices.
    
    Since declaration splices are now untyped, they can be used anywhere a
    declaration is valid, including in declaration brackets.

 compiler/hsSyn/HsDecls.lhs           | 16 +++++++----
 compiler/hsSyn/HsExpr.lhs            |  2 ++
 compiler/parser/Parser.y.pp          | 34 ++++++++++++++--------
 compiler/parser/RdrHsSyn.lhs         | 12 ++++----
 compiler/rename/RnSource.lhs         |  7 ++++-
 compiler/rename/RnSplice.lhs         | 56 ++++++++++++++++++++++++++++++------
 compiler/rename/RnSplice.lhs-boot    |  2 ++
 compiler/typecheck/TcHsSyn.lhs       |  3 ++
 compiler/typecheck/TcRnDriver.lhs    |  9 +++---
 compiler/typecheck/TcSplice.lhs      | 12 ++++++--
 compiler/typecheck/TcSplice.lhs-boot |  2 +-
 11 files changed, 116 insertions(+), 39 deletions(-)


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

    git show 03e0ea63bf3ba577cb222aae55a53e780bd2f879



More information about the ghc-commits mailing list