[commit: ghc] wip/T15809: Further work on TyCon generalisation (4eadda8)
git at git.haskell.org
git at git.haskell.org
Mon Nov 19 20:47:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/4eadda866e288f8f108a35a190b5f16478840e2b/ghc
>---------------------------------------------------------------
commit 4eadda866e288f8f108a35a190b5f16478840e2b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Nov 2 18:06:16 2018 +0000
Further work on TyCon generalisation
>---------------------------------------------------------------
4eadda866e288f8f108a35a190b5f16478840e2b
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/T12593.stderr | 8 +-
10 files changed, 147 insertions(+), 152 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 4eadda866e288f8f108a35a190b5f16478840e2b
More information about the ghc-commits
mailing list