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