CurryInfo: base-3.4.0 / Prelude.=<<

definition: Info
 
(=<<) :: Monad m => (a -> m b) -> m a -> m b
f =<< x = x >>= f
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Same as '>>=', but with the arguments interchanged.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_,_) |-> _}
name: Info
 =<<
precedence: Info
 1
result-values: Info
 _
signature: Info
 Monad b => (a -> b c) -> b a -> b c
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms