• Maps and flattens the computation by fn over State<S, _>.

    Type Parameters

    • S

    • A

    • B

    Parameters

    • fn: ((a) => State<S, B>)

      The function to map.

    Returns ((s) => State<S, B>)

    The mapped and flattened computation.

Generated using TypeDoc