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