[commit: ghc] wip/T15809: More progress on tcFamTyPats (033030e)
git at git.haskell.org
git at git.haskell.org
Mon Nov 12 17:44:15 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/033030ef5be04c9f1f58894eb247ac8e621b6389/ghc
>---------------------------------------------------------------
commit 033030ef5be04c9f1f58894eb247ac8e621b6389
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 12 17:21:55 2018 +0000
More progress on tcFamTyPats
This fixes Trac #15740
>---------------------------------------------------------------
033030ef5be04c9f1f58894eb247ac8e621b6389
compiler/typecheck/TcHsType.hs | 26 ++++++++++-------
compiler/typecheck/TcMType.hs | 4 +--
compiler/typecheck/TcTyClsDecls.hs | 51 +++++++++++++++++++++++++++------
compiler/typecheck/TcValidity.hs | 23 ++++++++-------
testsuite/tests/polykinds/T13985.stderr | 10 ++-----
testsuite/tests/polykinds/T15740.hs | 15 ++++++++++
testsuite/tests/polykinds/T15740.stderr | 6 ++++
testsuite/tests/polykinds/T15740a.hs | 12 ++++++++
testsuite/tests/polykinds/all.T | 2 ++
9 files changed, 109 insertions(+), 40 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 033030ef5be04c9f1f58894eb247ac8e621b6389
More information about the ghc-commits
mailing list