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

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 12:03:15 CEST 2013


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

On branch  : 

https://github.com/ghc/ghc/commit/88c1ca272d86383703d3a1bf99fd2ce972afaf49

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

commit 88c1ca272d86383703d3a1bf99fd2ce972afaf49
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 88c1ca272d86383703d3a1bf99fd2ce972afaf49



More information about the ghc-commits mailing list