• Folds data of the monoid M in the structure T with monoid.combine.

    Type Parameters

    • T

    • M

    Parameters

    • foldable: Foldable<T>

      The instance of Foldable for T.

    • monoid: Monoid<M>

      The instance of Monoid for M.

    Returns ((tm) => M)

    The combined result value.

      • (tm): M
      • Parameters

        Returns M

Generated using TypeDoc