[commit: ghc] wip/T15809: More progress (9a32110)

git at git.haskell.org git at git.haskell.org
Tue Nov 6 17:45:07 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/9a32110f2fd1a33b5de209f47772424ffdbe4782/ghc

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

commit 9a32110f2fd1a33b5de209f47772424ffdbe4782
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Nov 6 17:44:25 2018 +0000

    More progress


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

9a32110f2fd1a33b5de209f47772424ffdbe4782
 compiler/typecheck/TcHsType.hs                     | 290 +++++++++------------
 compiler/typecheck/TcMType.hs                      | 122 ++++-----
 compiler/typecheck/TcTyClsDecls.hs                 | 229 ++++++++--------
 compiler/typecheck/TcValidity.hs                   |  19 +-
 testsuite/tests/dependent/should_compile/T14880.hs |   1 -
 .../tests/dependent/should_compile/T15743e.stderr  |   2 +-
 testsuite/tests/ghci/scripts/T15591.hs             |   5 +
 testsuite/tests/ghci/scripts/T15743b.stdout        |   2 +-
 testsuite/tests/ghci/scripts/T7873.stderr          |   2 +-
 .../tests/indexed-types/should_fail/T13972.stderr  |   2 +-
 testsuite/tests/polykinds/T11203.stderr            |   2 +-
 testsuite/tests/polykinds/T11821a.stderr           |   2 +-
 testsuite/tests/polykinds/T15592b.stderr           |   2 +-
 .../tests/typecheck/should_fail/T13983.stderr      |   2 +-
 testsuite/tests/typecheck/should_fail/T2688.stderr |   6 +-
 15 files changed, 318 insertions(+), 370 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 9a32110f2fd1a33b5de209f47772424ffdbe4782


More information about the ghc-commits mailing list