• Creates an action which passes a function to the state returned from the computation writer.

    Type Parameters

    • W

    • A

    Parameters

    • writer: Writer<W, [A, ((w) => W)]>

      The computation which returns a function to pass.

    Returns Writer<W, A>

    The computation with a passed state.

Generated using TypeDoc