[commit: ghc] wip/rae: Fix #9404 by removing tcInfExpr. (4014fce)
git at git.haskell.org
git at git.haskell.org
Wed Nov 12 15:48:58 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/4014fceca01cad8df9caca8824e78b0bfda33d4d/ghc
>---------------------------------------------------------------
commit 4014fceca01cad8df9caca8824e78b0bfda33d4d
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Mon Nov 10 21:27:58 2014 -0500
Fix #9404 by removing tcInfExpr.
See the ticket for more info about the new algorithm. This is a small
simplification, unifying the treatment of type checking in a few
similar situations.
>---------------------------------------------------------------
4014fceca01cad8df9caca8824e78b0bfda33d4d
compiler/typecheck/TcExpr.lhs | 32 +++------------
compiler/typecheck/TcMType.lhs | 15 ++++---
compiler/typecheck/TcType.lhs | 47 ++++++++++++++++++----
compiler/typecheck/TcUnify.lhs | 25 +++++++++---
compiler/utils/MonadUtils.hs | 6 +++
.../{should_fail => should_compile}/T7220.hs | 0
testsuite/tests/typecheck/should_compile/all.T | 5 ++-
testsuite/tests/typecheck/should_fail/T7220.stderr | 9 -----
testsuite/tests/typecheck/should_fail/all.T | 1 -
9 files changed, 79 insertions(+), 61 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 4014fceca01cad8df9caca8824e78b0bfda33d4d
More information about the ghc-commits
mailing list