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

Geoffrey Mainland gmainlan at microsoft.com
Thu Jun 27 11:41:03 CEST 2013


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

On branch  : 

https://github.com/ghc/ghc/commit/39cf34334311645ad31a973645e6a996a7ce0a26

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

commit 39cf34334311645ad31a973645e6a996a7ce0a26
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 39cf34334311645ad31a973645e6a996a7ce0a26



More information about the ghc-commits mailing list