#3380: [Patch] Support implicit concatenation in list comprehensions
------------------------------+---------------------------------------------
Reporter: batterseapower | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.10.4
Severity: normal | Resolution:
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
------------------------------+---------------------------------------------
Comment (by ross):
So this is a slightly shorter way of writing
{{{
[x' | x <- [1..10], x `mod` 2 == 0, x' <- [x, x]]
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3380#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