[commit: ghc] wip/T15809: More progress (5318307)
git at git.haskell.org
git at git.haskell.org
Mon Nov 19 20:48:01 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/531830780f10ef90d913641a0de7211dae18b4c0/ghc
>---------------------------------------------------------------
commit 531830780f10ef90d913641a0de7211dae18b4c0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 6 17:44:25 2018 +0000
More progress
>---------------------------------------------------------------
531830780f10ef90d913641a0de7211dae18b4c0
compiler/typecheck/TcHsType.hs | 290 +++++++++------------
compiler/typecheck/TcMType.hs | 122 ++++-----
compiler/typecheck/TcTyClsDecls.hs | 229 ++++++++--------
compiler/typecheck/TcValidity.hs | 19 +-
testsuite/tests/dependent/should_compile/T14880.hs | 1 -
.../tests/dependent/should_compile/T15743e.stderr | 2 +-
testsuite/tests/ghci/scripts/T15591.hs | 5 +
testsuite/tests/ghci/scripts/T15743b.stdout | 2 +-
testsuite/tests/ghci/scripts/T7873.stderr | 2 +-
.../tests/indexed-types/should_fail/T13972.stderr | 2 +-
testsuite/tests/polykinds/T11203.stderr | 2 +-
testsuite/tests/polykinds/T11821a.stderr | 2 +-
testsuite/tests/polykinds/T15592b.stderr | 2 +-
.../tests/typecheck/should_fail/T13983.stderr | 2 +-
testsuite/tests/typecheck/should_fail/T2688.stderr | 6 +-
15 files changed, 318 insertions(+), 370 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 531830780f10ef90d913641a0de7211dae18b4c0
More information about the ghc-commits
mailing list