Module Async_kernel__.Types.Stream

type 'a t = 'a next Deferred.t
type 'a next =
| Nil
| Cons of 'a * 'a t