• Applies app function while wrapped by ContT.

    Type Parameters

    • R

    • M

    • A

    • B

    Parameters

    • app: ContT<R, M, ((a) => B)>

      The function contained by ContT.

    Returns ((cont) => ContT<R, M, B>)

    The applied computation.

Generated using TypeDoc