Indexed_bind.WITH_BIND
Minimal definition using bind.
bind
type ('a, 'index) t
The type held by the Indexed Bind.
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.
bind f m
m
f