CurryInfo: base-3.3.0 / Prelude.sequence_

definition:
sequence_ :: Monad m => [m _] -> m ()
sequence_ = foldr (>>) (return ())
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Executes a sequence of monadic actions and ignores the results.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {foldr}}
name:
sequence_
precedence:
no precedence defined
result-values:
{foldr}
signature:
Monad a => [a b] -> a ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms