[GHC] #14568: Uncurried Parameter to n-ary Function in Type Signature Causes Crash
GHC
ghc-devs at haskell.org
Sat Dec 9 00:38:02 UTC 2017
#14568: Uncurried Parameter to n-ary Function in Type Signature Causes Crash
-------------------------------------+-------------------------------------
Reporter: nixy | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: new => closed
* resolution: => fixed
Comment:
Thanks for reporting this. A quick search for `repSplitAppTys` sugggests
that this is a dup of #13819 and a number of other similar ones. Happily
it's fixed in 8.2.2 and HEAD.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14568#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list