#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
          Os:  Unknown          |     Testcase:         
Architecture:  Unknown          |  
--------------------------------+-------------------------------------------
Changes (by Isaac Dupree):

  * cc:  [EMAIL PROTECTED] => [EMAIL PROTECTED],
         [EMAIL PROTECTED]

Comment:

 (See <http://www.haskell.org/pipermail/glasgow-haskell-users/2007-
 July/012873.html> thread.)

 I was realizing that I had a use where a group of function arguments had
 to be a single type, but I didn't want to introduce an extra possible _|_
 via a normal boxed tuple. Not sure it would have actually been possible to
 use an unboxed type there, but it would be nice if this part of it worked.
 (possibly some type-level `!` strictness annotations would be good for
 that purpose instead)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1509>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to