[commit: ghc] wip/type-app: Checkpoint in bugfixing (bfaa6a4)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:04:47 UTC 2015


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

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

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

commit bfaa6a4b354d88f9d605887a3ba93a62461cb271
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Wed Jul 8 14:33:54 2015 -0400

    Checkpoint in bugfixing


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

bfaa6a4b354d88f9d605887a3ba93a62461cb271
 compiler/deSugar/Coverage.hs         |  9 +++--
 compiler/deSugar/DsArrows.hs         | 11 ++++--
 compiler/hsSyn/HsExpr.hs             | 12 +++---
 compiler/hsSyn/HsUtils.hs            | 11 ++++--
 compiler/hsSyn/PlaceHolder.hs        |  5 +++
 compiler/parser/RdrHsSyn.hs          |  2 +-
 compiler/rename/RnExpr.hs            | 10 ++---
 compiler/typecheck/Inst.hs           | 36 ++++++++++--------
 compiler/typecheck/TcArrows.hs       | 12 +++---
 compiler/typecheck/TcBinds.hs        | 20 +++++-----
 compiler/typecheck/TcErrors.hs       |  2 +-
 compiler/typecheck/TcExpr.hs         | 21 +++++++----
 compiler/typecheck/TcHsSyn.hs        | 17 +++++----
 compiler/typecheck/TcMType.hs        | 21 +++++++----
 compiler/typecheck/TcMatches.hs      | 73 +++++++++++++++++++++++++++++-------
 compiler/typecheck/TcMatches.hs-boot |  9 ++++-
 compiler/typecheck/TcPat.hs          |  9 ++---
 compiler/typecheck/TcSMonad.hs       |  2 +-
 compiler/typecheck/TcType.hs         | 27 ++++++++-----
 compiler/typecheck/TcUnify.hs        |  1 +
 20 files changed, 200 insertions(+), 110 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 bfaa6a4b354d88f9d605887a3ba93a62461cb271


More information about the ghc-commits mailing list