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