[Haskell-cafe] Noob question about list comprehensions
Ozgur Akgun
ozgurakgun at gmail.com
Wed Feb 16 10:46:18 CET 2011
On 16 February 2011 09:19, Tako Schotanus <tako at codejive.org> wrote:
> I wondered if there was a way for a guard in a list comprehension to refer
> to the item being produced?
>
> I'm just wondering about this very specific case
>
Then, the answer is no.
As others have noted, let binding is the way to go.
Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110216/a18c46ea/attachment.htm>
More information about the Haskell-Cafe
mailing list