[GHC] #16342: Kind inference crash
GHC
ghc-devs at haskell.org
Thu Mar 7 09:51:51 UTC 2019
#16342: Kind inference crash
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 8.10.1
Component: Compiler | Version: 8.6.3
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #16221 | Differential Rev(s):
| https://gitlab.haskell.org/ghc/ghc/merge_requests/444,
Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/499
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: patch => closed
* resolution: => fixed
Comment:
Test landed as
{{{
commit 07f378cee37338c5f2655b3a7e46dfef3f1c5cc1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Mar 6 09:54:06 2019 +0000
Add tests for Trac #16221 and #16342
testsuite/tests/polykinds/T16221.hs | 13 +++++++++++++
testsuite/tests/polykinds/T16221a.hs | 7 +++++++
testsuite/tests/polykinds/T16221a.stderr | 6 ++++++
testsuite/tests/polykinds/T16342.hs | 13 +++++++++++++
testsuite/tests/polykinds/all.T | 3 +++
5 files changed, 42 insertions(+)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16342#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list