Traversable.Viamodule C : Preface_specs.Traversable.COREtype 'a t = 'a C.tThe type held by the Traversable.
type 'a iter = 'a C.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. *