[commit: ghc] wip/T15809: Further work on TyCon generalisation (1394ef8)
git at git.haskell.org
git at git.haskell.org
Mon Nov 26 17:48:40 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/1394ef8df027f880f2fd39538b05bc937e70e307/ghc
>---------------------------------------------------------------
commit 1394ef8df027f880f2fd39538b05bc937e70e307
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Nov 2 18:06:16 2018 +0000
Further work on TyCon generalisation
>---------------------------------------------------------------
1394ef8df027f880f2fd39538b05bc937e70e307
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 1394ef8df027f880f2fd39538b05bc937e70e307
More information about the ghc-commits
mailing list