[commit: ghc] th-new: Track the typed/untyped distinction in the current TH stage. (53d5f6b)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 22 11:02:53 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/53d5f6b94b2d1371d98884992bfcbb51daa8422f
>---------------------------------------------------------------
commit 53d5f6b94b2d1371d98884992bfcbb51daa8422f
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Thu Apr 25 13:11:23 2013 +0100
Track the typed/untyped distinction in the current TH stage.
Also check for illegal typed/untyped bracket/splice combinations.
compiler/hsSyn/HsExpr.lhs | 4 ++
compiler/typecheck/TcEnv.lhs | 4 +-
compiler/typecheck/TcExpr.lhs | 6 +--
compiler/typecheck/TcRnTypes.lhs | 18 +++++----
compiler/typecheck/TcSplice.lhs | 81 ++++++++++++++++++++++++++++------------
5 files changed, 77 insertions(+), 36 deletions(-)
Diff suppressed because of size. To see it, use:
git show 53d5f6b94b2d1371d98884992bfcbb51daa8422f
More information about the ghc-commits
mailing list