[commit: ghc] wip/type-app: Starting to compile. (af71f48)

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


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

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

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

commit af71f48c36b2a3201999f434ad9eaf0c9a0f5bdb
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Jun 30 16:07:56 2015 -0400

    Starting to compile.


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

af71f48c36b2a3201999f434ad9eaf0c9a0f5bdb
 compiler/hsSyn/HsExpr.hs          |  33 +++-
 compiler/rename/RnSplice.hs       |   4 +-
 compiler/typecheck/Inst.hs        | 113 ++++---------
 compiler/typecheck/TcArrows.hs    |  24 ++-
 compiler/typecheck/TcBinds.hs     |  12 +-
 compiler/typecheck/TcExpr.hs      | 338 ++++++++++++++++++++------------------
 compiler/typecheck/TcExpr.hs-boot |  13 +-
 compiler/typecheck/TcMatches.hs   | 122 ++++++++------
 compiler/typecheck/TcPat.hs       |  21 +--
 compiler/typecheck/TcPatSyn.hs    |  13 +-
 compiler/typecheck/TcRnDriver.hs  |   9 +-
 compiler/typecheck/TcRnTypes.hs   |   4 +
 compiler/typecheck/TcRules.hs     |   5 +-
 compiler/typecheck/TcSplice.hs    |  40 +++--
 compiler/typecheck/TcType.hs      |  54 ++----
 compiler/typecheck/TcUnify.hs     | 115 +++++++++----
 16 files changed, 483 insertions(+), 437 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 af71f48c36b2a3201999f434ad9eaf0c9a0f5bdb


More information about the ghc-commits mailing list