• Makes two computations into a product about the result type.

    Type Parameters

    • S

    • A

    Parameters

    • a: State<S, A>

      The left-side computation.

    Returns (<B>(b) => State<S, Tuple<A, B>>)

    The computation which the result type is a product of them.

Generated using TypeDoc