Monoid

Definitions

def fold(f: f[a]): aSource

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