• Flattens the nested computation. It is equivalent to flatMap((s) => s)(ss).

    Type Parameters

    • S

    • A

    Parameters

    Returns State<S, A>

    The flattened computation.

Generated using TypeDoc