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