Ticket #22 (closed bug report: fixed)
Missing support for parallel list comprehension
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
The parallel list comprehension extension allows several parallel generator clauses:
[ (x, y) | x <- xs | y <- ys ]
This should be a fairly simple thing to support, the main question will be whether to generalise the existing AST element for list comprehensions or introduce a new one when there's more than one generator clause. I'm leaning towards the latter.
Change History
Note: See
TracTickets for help on using
tickets.
