#1509: Make unboxed tuples more supported
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: feature request | Status: new
Priority: low | Milestone: _|_
Component: Compiler | Version: 6.6.1
Severity: minor | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
-----------------------------+----------------------------------------------
Comment (by simonpj):
Note: current unboxed tuples are eta-expanded by `CorePrep` since
`Id.hasNoBinding` returns True. So we don't need to worry about
generating curried versions of them. Nor would be possible to do so,
since unboxed tuples can have unboxed components of varying width; they
are not parametrically polymorphic.
See also `Note [Primop wrappers]` in `Id.lhs`.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1509#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs