Monoid

0.40.0

Definitions

def fold [fa] ( f : f[a] ) : a \ Pure with Foldable[f] Monoid[a]

Source

Returns the result of applying combine to all the elements in t, using empty as the initial value.