[commit: ghc] wip/th-new: Track the typed/untyped distinction in the current TH stage. (52db5e8)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 07:36:16 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/52db5e8e8c86db9773a9f4d2b1cb69fcbc774db5/ghc
>---------------------------------------------------------------
commit 52db5e8e8c86db9773a9f4d2b1cb69fcbc774db5
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.
>---------------------------------------------------------------
52db5e8e8c86db9773a9f4d2b1cb69fcbc774db5
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 52db5e8e8c86db9773a9f4d2b1cb69fcbc774db5
More information about the ghc-commits
mailing list