Over_functor_via_bind.Req
type 'a t = 'a Functor.t
The type held by the Bind.
Bind
val bind : ('a -> 'b t) -> 'a t -> 'b t
bind f m passes the result of computation m to function f.
bind f m
m
f