Module Tail.Stream
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
type 'a next=|Nil|Cons of 'a * 'a t
val next : 'a t -> 'a next Deferred.t
Tail.Streamval sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.ttype 'a next = | Nil |
| Cons of 'a * 'a t |
val next : 'a t -> 'a next Deferred.t