[Haskell-cafe] concatMap generalizes to msumMap?

Tomasz Zielonka tomasz.zielonka at gmail.com
Mon May 16 15:07:28 EDT 2005


On Mon, May 16, 2005 at 02:57:42PM -0400, S. Alexander Jacobson wrote:
> What is the name of the monadic generalization of concatMap?

(=<<) or simply (>>=) if you don't care about argument order.
Probably not what you are after?

> In which lib is it located?

The former is in module Monad, the latter in Prelude.

Best regards
Tomasz


More information about the Haskell-Cafe mailing list