[Haskell-cafe] Re: [Haskell] Nested guards?

Ben Franksen ben.franksen at online.de
Thu Dec 6 17:40:58 EST 2007


Aaron Denney wrote:
> On 2007-12-06, Wolfgang Jeltsch <g9ks157k at acme.softbase.org> wrote:
>> list comprehensions deal with specific operations (map, filter, etc.)
>> of a specific type ([]).
> 
> Ah, so we should bring back monad comprehensions?

I don't miss monad comprehension much, but I'd like to have a way to use
comprehension for other sequence types, notably ByteString, array types and
Data.Sequence (other than converting to lists and back).

Cheers
Ben



More information about the Haskell-Cafe mailing list