CurryInfo: base-3.4.0 / Prelude.sequence_

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