Repository : ssh://g...@git.haskell.org/ghc On branch : wip/th-new Link : http://ghc.haskell.org/trac/ghc/changeset/459a03e1202c43e484ea97ae2d2112ef14a92259/ghc
>--------------------------------------------------------------- commit 459a03e1202c43e484ea97ae2d2112ef14a92259 Author: Geoffrey Mainland <mainl...@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. >--------------------------------------------------------------- 459a03e1202c43e484ea97ae2d2112ef14a92259 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 459a03e1202c43e484ea97ae2d2112ef14a92259 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits