• Creates an action that executes writer and adds its output to the value of the computation.

    Type Parameters

    • W

    • A

    Parameters

    • writer: Writer<W, A>

      The computation to be listened.

    Returns Writer<W, [A, W]>

    The computation that adds its output to the value.

Generated using TypeDoc