Parameter Over_functor_via_kleisli_composition.Req

type 'a t = 'a Functor.t

The type held by the Bind.

val compose_left_to_right : ('a -> 'b t) -> ('b -> 'c t) -> 'a -> 'c t

Composing monadic functions using Kleisli Arrow (from left to right).