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

git at git.haskell.org git at git.haskell.org
Mon Nov 19 20:47:35 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/4a17ead225c5a3b6965a0c8de27e588921509d8c/ghc

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

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

    More progress on reporting unbound variables


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

4a17ead225c5a3b6965a0c8de27e588921509d8c
 compiler/typecheck/TcHsType.hs                     |  16 +-
 compiler/typecheck/TcInstDcls.hs                   |  64 ++--
 compiler/typecheck/TcTyClsDecls.hs                 | 352 +++++----------------
 compiler/typecheck/TcValidity.hs                   |  19 +-
 .../should_fail/ExplicitForAllFams4a.stderr        |   6 +-
 .../should_fail/ExplicitForAllFams4b.stderr        |  30 +-
 testsuite/tests/polykinds/T13985.stderr            |  25 +-
 7 files changed, 164 insertions(+), 348 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 4a17ead225c5a3b6965a0c8de27e588921509d8c


More information about the ghc-commits mailing list