Parameter Core_via_fold_map.Req

type ('a, 'index) t

The type held by the Indexable Foldable.

val fold_map' : 'a -> ('a -> 'a -> 'a) -> ('b -> 'a) -> ('b, 'index) t -> 'a

Map each element of the Foldable to a Monoid an combine the result.