package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Kind : sig ... end
module Id : sig ... end
type t = private Id.t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_list : Id.t list -> t
val to_list : t -> Id.t list
val none : t
val is_none : t -> bool
val create : Kind.t -> t
val extend : t -> Kind.t -> t
val union : t -> t -> t
val dedup : t -> t