CurryInfo: base-3.4.0 / Control.Monad.<=<

definition: Info
 
(<=<) :: Monad m => (b -> m c) -> (a -> m b) -> (a -> m c)
(<=<) = flip (>=>)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Right-to-left composition of Kleisli arrows. @('>=>')@, with the arguments
flipped.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_) |-> {flip}}
name: Info
 <=<
precedence: Info
 1
result-values: Info
 {flip}
signature: Info
 Prelude.Monad b => (a -> b c) -> (d -> b a) -> d -> b c
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms