[commit: ghc] wip/T15809: More progress on reporting unbound variables (588e220)
git at git.haskell.org
git at git.haskell.org
Fri Nov 23 17:35:13 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/588e2203f0646a2f846454333e3f868a29fa76a8/ghc
>---------------------------------------------------------------
commit 588e2203f0646a2f846454333e3f868a29fa76a8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Nov 15 01:16:12 2018 +0000
More progress on reporting unbound variables
>---------------------------------------------------------------
588e2203f0646a2f846454333e3f868a29fa76a8
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 588e2203f0646a2f846454333e3f868a29fa76a8
More information about the ghc-commits
mailing list