[Haskell-cafe] Re: Lists and monads
Bill Atkins
watkins at alum.rpi.edu
Mon Jul 26 10:12:37 EDT 2010
The answer is still applicative. :)
On Monday Jul 26, 2010, at 10:06 AM, Kevin Jardine wrote:
> On Jul 26, 3:49 pm, Kevin Jardine <kevinjard... at gmail.com> wrote:
>> I find
>> myself wishing that f (m [a]) just automatically returned m f([a])
>> without me needing to do anything but I expect that there are reasons
>> why that is not a good idea.
>
> Or is there a monadic list module where f(m [a]) = m f ([a]) ?
>
> It occurs to me that Haskell provides the tools to construct such a
> module (I think) so probably one exists?
>
> Kevin
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list