[GHC] #13276: Unboxed sums are not Typeable
GHC
ghc-devs at haskell.org
Sat Feb 18 05:10:43 UTC 2017
#13276: Unboxed sums are not Typeable
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: 8.4.1
Component: Compiler | Version: 8.0.1
Resolution: | Keywords: typeable
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #13261 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"42ff5d97b486d50b0d10e474f47e86822bb71ace/ghc"
42ff5d97/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="42ff5d97b486d50b0d10e474f47e86822bb71ace"
Disable Typeable binding generation for unboxed sums
These things are simply too expensive to generate at the moment. More
work is needed here; see #13276 and #13261.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13276#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list