package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
type 'a next =
  1. | Nil
  2. | Cons of 'a * 'a t
val next : 'a t -> 'a next Deferred.t