[commit: ghc] master: Fix #15415 and simplify tcWildCardBinders (120cc9f)
git at git.haskell.org
git at git.haskell.org
Wed Aug 1 23:40:07 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/120cc9f85ee1120072eb44c5bf37ac3055883605/ghc
>---------------------------------------------------------------
commit 120cc9f85ee1120072eb44c5bf37ac3055883605
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date: Wed Aug 1 14:28:16 2018 -0400
Fix #15415 and simplify tcWildCardBinders
Test Plan: Validate
Reviewers: goldfire, simonpj, bgamari
Reviewed By: simonpj
Subscribers: RyanGlScott, rwbarton, thomie, carter
GHC Trac Issues: #15415
Differential Revision: https://phabricator.haskell.org/D5022
>---------------------------------------------------------------
120cc9f85ee1120072eb44c5bf37ac3055883605
compiler/typecheck/TcHsType.hs | 32 ++++++----------------
compiler/typecheck/TcRnDriver.hs | 9 ++++--
.../should_run/GHCiWildcardKind.script | 1 +
.../tests/partial-sigs/should_run/T15415.script | 17 ++++++++++++
.../tests/partial-sigs/should_run/T15415.stderr | 27 ++++++++++++++++++
.../tests/partial-sigs/should_run/T15415.stdout | 6 ++++
testsuite/tests/partial-sigs/should_run/all.T | 1 +
testsuite/tests/unboxedsums/T12711.script | 2 +-
8 files changed, 67 insertions(+), 28 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 120cc9f85ee1120072eb44c5bf37ac3055883605
More information about the ghc-commits
mailing list