Function1ComposeCallChainSubst
cps.runtime.Function1ComposeCallChainSubst
class Function1ComposeCallChainSubst[F[_], A, B, Z](f: A => B, g: Z => F[A], m: CpsMonad[F]) extends CallChainAsyncShiftSubst[F, Z => B, Z => F[B]]
Attributes
- Source:
- FunctionAsyncShift.scala
- Graph
- Supertypes