Traversable.Over_monadmodule M : Preface_specs.MONADmodule Req : Preface_specs.Traversable.WITH_TRAVERSE with type 'a t = 'a M.ttype 'a t = 'a Req.tThe type held by the Traversable.
type 'a iter = 'a Req.iterThe iterable type held by the Traversable.
Map each element of a structure to an action, evaluate these actions from left to right, and collect the results. *