[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (88a007c)

git at git.haskell.org git at git.haskell.org
Thu Sep 25 12:37:20 UTC 2014


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

On branch  : wip/new-flatten-skolems-Aug14
Link       : http://ghc.haskell.org/trac/ghc/changeset/88a007c84b37a6b2f5ed340fccfb7ddd6ffc2ba0/ghc

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

commit 88a007c84b37a6b2f5ed340fccfb7ddd6ffc2ba0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Sep 25 13:35:55 2014 +0100

    More progress


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

88a007c84b37a6b2f5ed340fccfb7ddd6ffc2ba0
 compiler/typecheck/Flattening-notes                | 150 +++++++++--
 compiler/typecheck/TcCanonical.lhs                 | 198 +++++++-------
 compiler/typecheck/TcErrors.lhs                    |   4 +-
 compiler/typecheck/TcHsSyn.lhs                     |   2 +-
 compiler/typecheck/TcInteract.lhs                  |  53 ++--
 compiler/typecheck/TcMType.lhs                     |  27 +-
 compiler/typecheck/TcRnTypes.lhs                   |  32 ++-
 compiler/typecheck/TcRules.lhs                     |   4 +-
 compiler/typecheck/TcSMonad.lhs                    | 283 +++++++++++----------
 compiler/typecheck/TcSimplify.lhs                  | 267 +++++++------------
 compiler/typecheck/TcType.lhs                      |  34 ++-
 compiler/typecheck/TcUnify.lhs                     |   2 +-
 .../should_compile/IndTypesPerfMerge.hs            |   8 +
 .../indexed-types/should_compile/T3208b.stderr     |  13 +-
 .../tests/indexed-types/should_fail/GADTwrong1.hs  |  19 +-
 .../indexed-types/should_fail/GADTwrong1.stderr    |  22 +-
 testsuite/tests/indexed-types/should_fail/T2544.hs |  13 +
 .../tests/indexed-types/should_fail/T2544.stderr   |  23 +-
 .../tests/indexed-types/should_fail/T2627b.stderr  |   4 +-
 .../tests/indexed-types/should_fail/T6123.stderr   |   6 +-
 .../tests/indexed-types/should_fail/T7729.stderr   |   5 +-
 testsuite/tests/indexed-types/should_fail/T7786.hs |   2 +-
 .../tests/indexed-types/should_fail/T8129.stdout   |   4 +-
 .../tests/indexed-types/should_fail/T8227.stderr   |   4 +-
 .../tests/indexed-types/should_fail/T8518.stderr   |  19 ++
 .../tests/indexed-types/should_fail/T9036.stderr   |   4 +-
 .../typecheck/should_compile/TcTypeNatSimple.hs    |  12 +-
 .../typecheck/should_fail/FrozenErrorTests.stderr  |   8 +-
 28 files changed, 678 insertions(+), 544 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 88a007c84b37a6b2f5ed340fccfb7ddd6ffc2ba0


More information about the ghc-commits mailing list