Instant is
off
|
Search plugin
|
Manual
|
haskell.org
sequence_
Packages
base
sequence_
:: Monad m => [m a] -> m ()
base
Prelude
,
base
Control.Monad
Evaluate each action in the sequence from left to right, and ignore the results.
sequence_
:: (Foldable t, Monad m) => t (m a) -> m ()
base
Data.Foldable
Evaluate each monadic action in the structure from left to right, and ignore the results.
©
Neil Mitchell
2004-2012, version 4.2.11