[commit: ghc] wip/spj-tc-branch3: More work in progress (d8f3bcf)

git at git.haskell.org git at git.haskell.org
Tue Oct 25 07:24:07 UTC 2016


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

On branch  : wip/spj-tc-branch3
Link       : http://ghc.haskell.org/trac/ghc/changeset/d8f3bcf4122831dc66fdfcc48f01b87a5c35dab1/ghc

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

commit d8f3bcf4122831dc66fdfcc48f01b87a5c35dab1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Oct 25 08:19:19 2016 +0100

    More work in progress


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

d8f3bcf4122831dc66fdfcc48f01b87a5c35dab1
 compiler/typecheck/TcFlatten.hs                    |   4 +-
 compiler/typecheck/TcInteract.hs                   | 103 ++++++++++++---------
 compiler/typecheck/TcSMonad.hs                     |   6 +-
 compiler/typecheck/TcSimplify.hs                   |   8 +-
 .../tests/indexed-types/should_compile/T12526.hs   |  70 ++++++++++++++
 .../tests/indexed-types/should_compile/T12538.hs   |  40 ++++++++
 .../indexed-types/should_compile/T12538.stderr     |  11 +++
 testsuite/tests/indexed-types/should_compile/all.T |   2 +
 .../tests/indexed-types/should_fail/T1897b.stderr  |   2 +-
 .../tests/indexed-types/should_fail/T8227.stderr   |  11 ++-
 testsuite/tests/perf/compiler/T5837.hs             |  29 ++++--
 testsuite/tests/polykinds/T12444.hs                |  65 +++++++++++++
 testsuite/tests/polykinds/T12444.stderr            |  16 ++++
 testsuite/tests/polykinds/all.T                    |   1 +
 testsuite/tests/typecheck/should_fail/T5853.stderr |  26 +++---
 testsuite/tests/typecheck/should_fail/T8883.stderr |   2 +-
 16 files changed, 315 insertions(+), 81 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 d8f3bcf4122831dc66fdfcc48f01b87a5c35dab1


More information about the ghc-commits mailing list