Transforms entries of the Map into data of M and folds into one by Monoid.combine from the first entry.
Map
M
Monoid.combine
The Monoid instance for M.
Monoid
Accumulated result.
Generated using TypeDoc
Transforms entries of the
Map
into data ofM
and folds into one byMonoid.combine
from the first entry.