Proposal: Add concatMapM function (#2042)

Neil Mitchell ndmitchell at gmail.com
Mon Jan 14 13:57:59 EST 2008


> > >  concatMapM :: (Monad m) => (a -> m [b]) -> [a] -> m [b]

(+1) - an obvious missing function.

Thanks

Neil


More information about the Libraries mailing list