Join_with_monad.Tmodule M : Preface_specs.MONADtype 'a t = 'a M.tThe type held by the Traversable.
type 'a iter = 'a I.tThe 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. *