Indexed_bind.Core_via_map_and_join
type ('a, 'index) t = ('a, 'index) Req.t
The type held by the Indexed Bind
.
bind f m
passes the result of computation m
to function f
.
join
remove one level of monadic structure, projecting its bound argument into the outer level.