#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 Isaac Dupree):
Adding prefix-unboxed-tuples turned out to just require a parser
modification -- for GHC at least, Data.Tuple only defines data types and
constructors (and Eq,Ord... instances) of (boxed) tuples; unboxed tuples
were already built-in, (or anyway my test passed and ran successfully
after a simple parser addition). see darcs patches on cvs-ghc list.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1509#comment:2>
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