Up

Module Stream

Signature

type 'a t
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