#3377: [Patch] Support Python-style tuple sections
-----------------------------+----------------------------------------------
Reporter: batterseapower | Owner:
Type: feature request | Status: new
Priority: normal | Component: Compiler
Version: 6.10.4 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
Support Python-style tuple sections:
{{{
>>> (, True, "Hello", ) 1 "World"
(1, True, "Hello", "World")
}}}
The attached patches implement this syntax for both boxed and unboxed
tuples, and include tests and documentation.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3377>
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