[commit: ghc] wip/new-flatten-skolems-Oct14: Source code work in progress (9b911e3)

git at git.haskell.org git at git.haskell.org
Fri Oct 31 13:43:56 UTC 2014


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

On branch  : wip/new-flatten-skolems-Oct14
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b911e3e9c0c5585b79bd3cf94b0a3cc08d7aa9a/ghc

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

commit 9b911e3e9c0c5585b79bd3cf94b0a3cc08d7aa9a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Oct 30 11:40:48 2014 +0000

    Source code work in progress


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

9b911e3e9c0c5585b79bd3cf94b0a3cc08d7aa9a
 compiler/ghc.cabal.in                              |    1 +
 compiler/typecheck/Inst.lhs                        |   19 +-
 compiler/typecheck/TcCanonical.lhs                 |  791 +++++---------
 compiler/typecheck/TcFlatten.lhs                   | 1017 ++++++++++++++++++
 compiler/typecheck/TcInteract.lhs                  |  874 ++++++++--------
 compiler/typecheck/TcMType.lhs                     |  139 +--
 compiler/typecheck/TcRnTypes.lhs                   |  155 +--
 compiler/typecheck/TcRules.lhs                     |    2 -
 compiler/typecheck/TcSMonad.lhs                    | 1089 ++++++++++----------
 compiler/typecheck/TcSimplify.lhs                  |  402 +++-----
 compiler/typecheck/TcType.lhs                      |  107 +-
 compiler/typecheck/TcUnify.lhs                     |    1 -
 testsuite/tests/indexed-types/should_fail/T7786.hs |    4 +-
 .../tests/indexed-types/should_fail/T7786.stderr   |   13 -
 testsuite/tests/indexed-types/should_fail/all.T    |    2 +-
 15 files changed, 2630 insertions(+), 1986 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 9b911e3e9c0c5585b79bd3cf94b0a3cc08d7aa9a


More information about the ghc-commits mailing list