[commit: ghc] wip/type-app: Propagate CtOrigins for better errors (26a8956)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:06:03 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/26a8956d864eb4d3b886f821dbb92fd066fa9fc9/ghc

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

commit 26a8956d864eb4d3b886f821dbb92fd066fa9fc9
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Aug 4 11:47:18 2015 -0400

    Propagate CtOrigins for better errors


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

26a8956d864eb4d3b886f821dbb92fd066fa9fc9
 compiler/hsSyn/HsExpr.hs             |   8 +-
 compiler/typecheck/TcArrows.hs       |  12 ++-
 compiler/typecheck/TcBinds.hs        | 118 ++++++++++++--------
 compiler/typecheck/TcExpr.hs         | 204 +++++++++++++++++++++--------------
 compiler/typecheck/TcExpr.hs-boot    |   7 +-
 compiler/typecheck/TcMatches.hs      |  98 +++++++++--------
 compiler/typecheck/TcMatches.hs-boot |   6 +-
 compiler/typecheck/TcPat.hs          |  61 ++++++-----
 compiler/typecheck/TcRnTypes.hs      |  26 ++++-
 compiler/typecheck/TcSplice.hs       |   2 +-
 compiler/typecheck/TcUnify.hs        |  43 +++++---
 11 files changed, 353 insertions(+), 232 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 26a8956d864eb4d3b886f821dbb92fd066fa9fc9


More information about the ghc-commits mailing list