CurryInfo: base-3.4.0 / Control.Applicative.sequenceA_

definition: Info
 
sequenceA_ :: (Applicative f) => [f a] -> f ()
sequenceA_ = foldr (*>) (pure ())
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Evaluate each action in the structure from left to right, and
ignore the results. For a version that doesn't ignore the results
see 'sequenceA'.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {foldr}}
name: Info
 sequenceA_
precedence: Info
 no precedence defined
result-values: Info
 {foldr}
signature: Info
 Prelude.Applicative 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