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