Monoid
0.40.0
Definitions
def
fold
[fa]
(
f :
f[a]
)
: a
\ Pure
with
Foldable[f]
Monoid[a]
Returns the result of applying combine to all the elements in t, using empty as the initial value.