[commit: ghc] master: A little refactoring of HsSplice and friends (6a1c05f)
git at git.haskell.org
git at git.haskell.org
Tue Nov 4 14:58:07 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6a1c05f01429511984b63c49e6d802673ca5f4a1/ghc
>---------------------------------------------------------------
commit 6a1c05f01429511984b63c49e6d802673ca5f4a1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 4 14:58:13 2014 +0000
A little refactoring of HsSplice and friends
Plus adding comments.
The most substantive change is that PendingTcSplice becomes a proper
data type rather than a pair; and PendingRnSplice uses it
>---------------------------------------------------------------
6a1c05f01429511984b63c49e6d802673ca5f4a1
compiler/deSugar/DsMeta.hs | 2 +-
compiler/hsSyn/HsExpr.lhs | 140 ++++++++++++++++++++++++---------------
compiler/hsSyn/HsUtils.lhs | 8 +--
compiler/rename/RnSplice.lhs | 45 +++++++------
compiler/typecheck/TcExpr.lhs | 3 +-
compiler/typecheck/TcHsSyn.lhs | 4 +-
compiler/typecheck/TcRnTypes.lhs | 4 +-
compiler/typecheck/TcSplice.lhs | 16 +++--
8 files changed, 130 insertions(+), 92 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 6a1c05f01429511984b63c49e6d802673ca5f4a1
More information about the ghc-commits
mailing list