Via_map_and_bind.Req
type ('a, 'index) t
The type held by the Indexed Bind.
Indexed Bind
val map : ('a -> 'b) -> ('a, 'index) t -> ('b, 'index) t
Mapping over t from 'a to 'b.
t
'a
'b
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