[commit: ghc] wip/T15809: More progress (ee11207)
git at git.haskell.org
git at git.haskell.org
Fri Nov 23 17:34:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/ee11207e0a29eade134c59633d3d40dbe85022de/ghc
>---------------------------------------------------------------
commit ee11207e0a29eade134c59633d3d40dbe85022de
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 6 17:44:25 2018 +0000
More progress
>---------------------------------------------------------------
ee11207e0a29eade134c59633d3d40dbe85022de
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 ee11207e0a29eade134c59633d3d40dbe85022de
More information about the ghc-commits
mailing list