[commit: ghc] wip/T15809: More progress on reporting unbound variables (3ff0120)

git at git.haskell.org git at git.haskell.org
Mon Nov 26 17:49:38 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/3ff012021d87b76651399effbe26ec1c0c5cd235/ghc

>---------------------------------------------------------------

commit 3ff012021d87b76651399effbe26ec1c0c5cd235
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Nov 15 01:16:12 2018 +0000

    More progress on reporting unbound variables


>---------------------------------------------------------------

3ff012021d87b76651399effbe26ec1c0c5cd235
 compiler/typecheck/TcHsType.hs                     |  16 +-
 compiler/typecheck/TcInstDcls.hs                   |  64 ++--
 compiler/typecheck/TcTyClsDecls.hs                 | 357 +++++----------------
 compiler/typecheck/TcValidity.hs                   |  19 +-
 .../should_fail/ExplicitForAllFams4a.stderr        |   6 +-
 .../should_fail/ExplicitForAllFams4b.stderr        |  30 +-
 testsuite/tests/polykinds/T13985.stderr            |  25 +-
 7 files changed, 166 insertions(+), 351 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 3ff012021d87b76651399effbe26ec1c0c5cd235


More information about the ghc-commits mailing list