• Maps both the result and output of the computation with fn.

    Type Parameters

    • M

    • N

    • A

    • B

    • W1

    • W2

    Parameters

    • fn: ((maw) => Get1<N, [B, W2]>)

      The function to map the result and output.

        • (maw): Get1<N, [B, W2]>
        • Parameters

          • maw: Get1<M, [A, W1]>

          Returns Get1<N, [B, W2]>

    Returns ((w) => WriterT<W2, N, B>)

    The mapped computation.

Generated using TypeDoc