[commit: ghc] wip/T15809: Better validity checks, simplification (e49adfb)

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


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

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

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

commit e49adfb7cfb2737c422af7b4ce76ab10eb4be0a1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Nov 15 23:29:34 2018 +0000

    Better validity checks, simplification


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

e49adfb7cfb2737c422af7b4ce76ab10eb4be0a1
 compiler/typecheck/TcGenDeriv.hs                   |   3 +-
 compiler/typecheck/TcHsType.hs                     |  66 +++---
 compiler/typecheck/TcInstDcls.hs                   |  43 +++-
 compiler/typecheck/TcTyClsDecls.hs                 | 223 ++++++++++++++++++-
 compiler/typecheck/TcValidity.hs                   | 239 ++-------------------
 .../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(+), 314 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 e49adfb7cfb2737c422af7b4ce76ab10eb4be0a1


More information about the ghc-commits mailing list