[commit: ghc] wip/type-app: It compiles. (f42fd27)

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


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

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

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

commit f42fd27566f8af160625fd203c5a143318ba0345
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Jun 30 17:25:02 2015 -0400

    It compiles.


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

f42fd27566f8af160625fd203c5a143318ba0345
 compiler/hsSyn/HsExpr.hs          | 33 +------------
 compiler/hsSyn/HsUtils.hs         | 30 ++++++++++++
 compiler/typecheck/Inst.hs        | 21 ++++-----
 compiler/typecheck/TcArrows.hs    |  7 ++-
 compiler/typecheck/TcExpr.hs      | 97 ++++++++++++++++++++-------------------
 compiler/typecheck/TcExpr.hs-boot |  2 +-
 compiler/typecheck/TcMatches.hs   |  8 ++--
 compiler/typecheck/TcPat.hs       | 15 ++++--
 compiler/typecheck/TcRnDriver.hs  |  3 +-
 compiler/typecheck/TcSplice.hs    |  5 +-
 compiler/typecheck/TcUnify.hs     | 59 +++++++++++++++---------
 11 files changed, 153 insertions(+), 127 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 f42fd27566f8af160625fd203c5a143318ba0345


More information about the ghc-commits mailing list