[commit: ghc] wip/T15809: Much more progress on tcFamTyPats (be48394)
git at git.haskell.org
git at git.haskell.org
Tue Nov 13 15:37:48 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/be48394f903ebce1469e54885f6416508001eab1/ghc
>---------------------------------------------------------------
commit be48394f903ebce1469e54885f6416508001eab1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 13 15:36:28 2018 +0000
Much more progress on tcFamTyPats
Main thing left to do: data family instances
A handful of validate failures
Reporting unused binders correctly
polykinds/T13985
indexed-types/should_fail/ExplicitForAllFams4a
indexed-types/should_fail/ExplicitForAllFams4b
extra error (ok)
polykinds/T8616
polykinds/T14846
>---------------------------------------------------------------
be48394f903ebce1469e54885f6416508001eab1
compiler/prelude/TysPrim.hs | 19 +-
compiler/typecheck/TcHsType.hs | 4 +-
compiler/typecheck/TcInstDcls.hs | 14 +-
compiler/typecheck/TcTyClsDecls.hs | 257 +++++++++------------
compiler/types/Type.hs | 32 ++-
testsuite/tests/ghci/scripts/T6018ghcifail.stderr | 2 +-
.../tests/th/TH_reifyExplicitForAllFams.stderr | 6 +-
.../typecheck/should_fail/LevPolyBounded.stderr | 5 +
testsuite/tests/typecheck/should_fail/T14607.hs | 2 +-
.../tests/typecheck/should_fail/T14607.stderr | 13 +-
.../tests/typecheck/should_fail/T6018fail.stderr | 2 +-
testsuite/tests/typecheck/should_fail/all.T | 2 +-
12 files changed, 166 insertions(+), 192 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 be48394f903ebce1469e54885f6416508001eab1
More information about the ghc-commits
mailing list