CurryInfo: base-3.4.0 / Control.Monad.forM

definition: Info
 
forM :: Monad m => [a] -> (a -> m b) -> m [b]
forM = flip mapM
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
`forM` is `mapM` with its arguments flipped.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {flip}}
name: Info
 forM
precedence: Info
 no precedence defined
result-values: Info
 {flip}
signature: Info
 Prelude.Monad b => [a] -> (a -> b c) -> b [c]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms