[commit: ghc] th-new-7.6: Add full support for declaration splices. (7caeed4)

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


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

On branch  : th-new-7.6

https://github.com/ghc/ghc/commit/7caeed4ea713501eb2b9d7e30cf7ab465a6d3f15

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

commit 7caeed4ea713501eb2b9d7e30cf7ab465a6d3f15
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          | 35 ++++++++++++++--------
 compiler/parser/RdrHsSyn.lhs         | 12 ++++----
 compiler/rename/RnSource.lhs         | 17 +++++++----
 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, 122 insertions(+), 44 deletions(-)


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

    git show 7caeed4ea713501eb2b9d7e30cf7ab465a6d3f15



More information about the ghc-commits mailing list