Another data type to be supported is `Stream<F,...
# arrow
r
Another data type to be supported is
Stream<F, ?>
so people can write programs in terms of streaming for endpoints and integrate with websockets or whatever calls that are streaming and are not just unary calls to an endpoint expecting a single response.