arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / just
fun <R> just(r: R): Pull<Nothing, R>
fun <R> just(r: R):
Pull
<
Nothing
, R>
Do you like Arrow?