[commit: ghc] : Track the typed/untyped distinction in the current TH stage. (2085dc1)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 29 19:17:12 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch :
https://github.com/ghc/ghc/commit/2085dc1e333c4b24a10dcd89c5542c8993f1cb1e
>---------------------------------------------------------------
commit 2085dc1e333c4b24a10dcd89c5542c8993f1cb1e
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 2085dc1e333c4b24a10dcd89c5542c8993f1cb1e
More information about the ghc-commits
mailing list