[commit: ghc] wip/T15809: Further work on TyCon generalisation (b152e99)

git at git.haskell.org git at git.haskell.org
Fri Nov 2 18:11:11 UTC 2018


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

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

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

commit b152e99478ed641629a2229a2eb0c800277b2a03
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 2 18:06:16 2018 +0000

    Further work on TyCon generalisation


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

b152e99478ed641629a2229a2eb0c800277b2a03
 compiler/typecheck/TcHsType.hs                     | 109 +++++++++++----------
 compiler/typecheck/TcMType.hs                      |  54 +++++++---
 compiler/typecheck/TcRnTypes.hs                    |   8 +-
 compiler/typecheck/TcTyClsDecls.hs                 |  93 +++++-------------
 compiler/types/TyCoRep.hs                          |  16 ++-
 compiler/types/Type.hs                             |   2 +-
 testsuite/tests/dependent/should_compile/T14880.hs |   1 +
 .../tests/dependent/should_compile/T15743e.stderr  |   6 +-
 .../tests/indexed-types/should_fail/T13972.stderr  |   2 +-
 testsuite/tests/polykinds/T11520.stderr            |   6 --
 testsuite/tests/polykinds/T12593.stderr            |   8 +-
 testsuite/tests/rename/should_fail/T5951.stderr    |   4 -
 .../tests/rename/should_fail/rnfail026.stderr      |   4 -
 .../tests/typecheck/should_fail/T11563.stderr      |   6 --
 .../tests/typecheck/should_fail/T13909.stderr      |   6 --
 testsuite/tests/typecheck/should_fail/T2994.stderr |  13 ---
 16 files changed, 147 insertions(+), 191 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 b152e99478ed641629a2229a2eb0c800277b2a03


More information about the ghc-commits mailing list