Module Async_kernel__Tail.Stream

type 'a t
include sig ... end
val sexp_of_t : ('a ‑> Sexplib.Sexp.t) ‑> 'a t ‑> Sexplib.Sexp.t
type 'a next =
| Nil
| Cons of 'a * 'a t
val next : 'a t ‑> 'a next Deferred.t