CurryInfo: traversal-3.0.0 / Data.Traversal.mapFamilyM

definition: Info
 
mapFamilyM :: Monad m => Traversable a a -> (a -> m a) -> a -> m a
mapFamilyM tr f a = mapChildFamiliesM tr tr f a >>= f
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Monadic version of mapFamily
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 mapFamilyM
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Monad b => (a -> ([a], [a] -> a)) -> (a -> b a) -> a -> b a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms