[commit: ghc] wip/T15809: Better validity checks, simplification (04aa622)
git at git.haskell.org
git at git.haskell.org
Mon Nov 19 20:48:31 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/04aa622b96554205e84f2f5aac49b8ff7f4cfe90/ghc
>---------------------------------------------------------------
commit 04aa622b96554205e84f2f5aac49b8ff7f4cfe90
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Nov 15 23:29:34 2018 +0000
Better validity checks, simplification
>---------------------------------------------------------------
04aa622b96554205e84f2f5aac49b8ff7f4cfe90
compiler/typecheck/TcGenDeriv.hs | 3 +-
compiler/typecheck/TcHsType.hs | 66 +++---
compiler/typecheck/TcInstDcls.hs | 43 +++-
compiler/typecheck/TcTyClsDecls.hs | 223 ++++++++++++++++++-
compiler/typecheck/TcValidity.hs | 238 ++-------------------
.../should_fail/ExplicitForAllFams4b.stderr | 63 ++++--
.../indexed-types/should_fail/SimpleFail2a.stderr | 2 +-
.../tests/indexed-types/should_fail/T14045a.stderr | 2 +-
testsuite/tests/polykinds/T13985.hs | 1 +
testsuite/tests/polykinds/T13985.stderr | 10 +-
10 files changed, 338 insertions(+), 313 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 04aa622b96554205e84f2f5aac49b8ff7f4cfe90
More information about the ghc-commits
mailing list