[commit: ghc] : Track the typed/untyped distinction in the current TH stage. (147bb85)

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 13:44:48 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : 

https://github.com/ghc/ghc/commit/147bb8592ff971698872861b7f6327facdc59551

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

commit 147bb8592ff971698872861b7f6327facdc59551
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 147bb8592ff971698872861b7f6327facdc59551



More information about the ghc-commits mailing list