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

git at git.haskell.org git at git.haskell.org
Thu Oct 16 16:51:05 UTC 2014


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

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

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

commit 46650873672a30d6f73266241495b508948882b1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Oct 16 17:50:36 2014 +0100

    More progress


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

46650873672a30d6f73266241495b508948882b1
 compiler/typecheck/Flattening-notes                |  31 ++-
 compiler/typecheck/FunDeps.lhs                     |   5 +-
 compiler/typecheck/TcBinds.lhs                     |   7 +-
 compiler/typecheck/TcCanonical.lhs                 |   4 +-
 compiler/typecheck/TcErrors.lhs                    |   4 +-
 compiler/typecheck/TcInteract.lhs                  |  79 +++---
 compiler/typecheck/TcPatSyn.lhs                    |   9 +-
 compiler/typecheck/TcRnDriver.lhs                  |   7 +-
 compiler/typecheck/TcRnTypes.lhs                   |   9 +-
 compiler/typecheck/TcSMonad.lhs                    |  31 +--
 compiler/typecheck/TcSimplify.lhs                  | 112 +++++---
 compiler/types/FamInstEnv.lhs                      |  24 +-
 .../indexed-types/should_fail/ExtraTcsUntch.hs     |   4 +
 .../tests/indexed-types/should_fail/T5439.stderr   |  18 +-
 testsuite/tests/perf/compiler/T5837.stderr         | 310 ++++++++++-----------
 .../typecheck/should_fail/ContextStack2.stderr     |   8 +-
 .../typecheck/should_fail/FrozenErrorTests.stderr  |   2 +-
 testsuite/tests/typecheck/should_fail/T5684.stderr |  92 +++++-
 testsuite/tests/typecheck/should_fail/tcfail068.hs |   2 +-
 .../tests/typecheck/should_fail/tcfail068.stderr   |   2 +-
 .../tests/typecheck/should_fail/tcfail186.stderr   |   4 +-
 21 files changed, 441 insertions(+), 323 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 46650873672a30d6f73266241495b508948882b1


More information about the ghc-commits mailing list