[GHC] #12409: Unboxed tuples have no type representations
GHC
ghc-devs at haskell.org
Tue Jul 19 09:29:37 UTC 2016
#12409: Unboxed tuples have no type representations
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.2
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: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
I guess the question here is do we want unboxed tuples to be
representable? It looks like it would be easy to make them representable:
just add a field carrying the representation name to `UnboxedAlgTyCon`
just as we do with `AlgTyCon`.
If we'd prefer to keep them unrepresentable then I suppose we should make
the solver throw a more polite error message.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12409#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list