[commit: ghc] th-new: Run untyped splices in the renamer. (74ac368)
Geoffrey Mainland
gmainlan at microsoft.com
Thu May 16 17:06:43 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/74ac3688964f17616a1ed42f90b9050a525b2fb0
>---------------------------------------------------------------
commit 74ac3688964f17616a1ed42f90b9050a525b2fb0
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Wed May 1 15:39:43 2013 +0100
Run untyped splices in the renamer.
compiler/deSugar/DsExpr.lhs | 1 +
compiler/deSugar/DsMeta.hs | 2 +-
compiler/hsSyn/HsExpr.lhs | 70 ++++++-
compiler/rename/RnExpr.lhs | 9 +-
compiler/rename/RnSplice.lhs | 381 +++++++++++++++++++++++++----------
compiler/typecheck/TcExpr.lhs | 8 +-
compiler/typecheck/TcHsSyn.lhs | 17 +-
compiler/typecheck/TcSplice.lhs | 217 ++++++++++----------
compiler/typecheck/TcSplice.lhs-boot | 11 +-
9 files changed, 492 insertions(+), 224 deletions(-)
Diff suppressed because of size. To see it, use:
git show 74ac3688964f17616a1ed42f90b9050a525b2fb0
More information about the ghc-commits
mailing list