Type alias Cont<R, A>

Cont<R, A>: ContT<R, IdentityHkt, A>

Continuation monad which expresses a CPS (continuation passing style) computation, produces an intermediate result of type a within the computation whose final result type is R.

Type Parameters

  • R

  • A

Generated using TypeDoc