Instant is
off
|
Search plugin
|
Manual
|
haskell.org
mapAndUnzipM
+base
Packages
base
mapAndUnzipM
:: Monad m => (a -> m (b, c)) -> [a] -> m ([b], [c])
base
Control.Monad
The
mapAndUnzipM
function maps its first argument over a list, returning the result as a pair of lists. This function is mainly used with complicated data structures or a state-transforming monad.
©
Neil Mitchell
2004-2012, version 4.2.11