type t
=
|
Nil : t
Cons : 'a Async_kernel__.Deferred0.t * 'a Async_kernel__.Deferred0.Handler.t * t ‑> t
val process : t ‑> unit