arrow-fx-coroutines / arrow.fx.coroutines.stream / StreamOf
typealias StreamOf<A> = Kind<ForStream, A>
typealias StreamOf<A> = Kind<
ForStream
, A>
class ~~Stream~~<out O> :
StreamOf
<O>
Do you like Arrow?