Parameter Over_functor_via_bind.Req

type ('a, 'index) t = ('a, 'index) Functor.t

The type held by the Indexed Bind.

val bind : ('a -> ('b, 'index) t) -> ('a, 'index) t -> ('b, 'index) t

bind f m passes the result of computation m to function f.