[commit: ghc] wip/th-new: Add full support for declaration splices. (88db659)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 07:36:24 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/88db659d58741c5b3e2d6358355b21cde4113f99/ghc
>---------------------------------------------------------------
commit 88db659d58741c5b3e2d6358355b21cde4113f99
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.
>---------------------------------------------------------------
88db659d58741c5b3e2d6358355b21cde4113f99
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 diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 88db659d58741c5b3e2d6358355b21cde4113f99
More information about the ghc-commits
mailing list