• Evaluates actions of the structure data from left to right, then collects the result.

    Type Parameters

    • T

    • F

    • A

    Parameters

    • traversable: Traversable<T>

      The instance of Traversable for T.

    • app: Applicative<F>

      The instance of Applicative for F.

    Returns ((data) => Get1<F, Get1<T, A>>)

    The collected result of actions.

Generated using TypeDoc