mapM package:ListLike

A map in monad space. Same as sequence . map See also rigidMapM
A map in monad space, discarding results.
Like mapM, but without the possibility of changing the type of the item. This can have performance benefits with some types.