arrow-fx-coroutines / arrow.fx.coroutines.stream / ZipWithCont
typealias ZipWithCont<I, O> = (Either<Pair<Chunk<I>, Pull<I, Unit>>, Pull<I, Unit>>) -> Pull<O, Unit>
typealias ZipWithCont<I, O> = (Either<
Pair
<
Chunk
<I>,
Pull
<I,
Unit
>>,
>>) ->
<O,
>
Do you like Arrow?