[commit: ghc] wip/th-new: Track the typed/untyped distinction in the current TH stage. (459a03e)

git at git.haskell.org git
Fri Oct 4 21:48:08 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/459a03e1202c43e484ea97ae2d2112ef14a92259/ghc

>---------------------------------------------------------------

commit 459a03e1202c43e484ea97ae2d2112ef14a92259
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.


>---------------------------------------------------------------

459a03e1202c43e484ea97ae2d2112ef14a92259
 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 diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 459a03e1202c43e484ea97ae2d2112ef14a92259



More information about the ghc-commits mailing list