package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = 'a Core__Command.Shape.Group_info.t = {
  1. summary : string;
  2. readme : string Core__.Import.sexp_option;
  3. subcommands : (string, 'a) Core__.Import.List.Assoc.t Core__.Import.Lazy.t;
}
val bin_t : 'a Core__.Import.Bin_prot.Type_class.t -> 'a t Core__.Import.Bin_prot.Type_class.t
val bin_read_t : 'a Core__.Import.Bin_prot.Read.reader -> 'a t Core__.Import.Bin_prot.Read.reader
val __bin_read_t__ : 'a Core__.Import.Bin_prot.Read.reader -> (int -> 'a t) Core__.Import.Bin_prot.Read.reader
val bin_reader_t : 'a Core__.Import.Bin_prot.Type_class.reader -> 'a t Core__.Import.Bin_prot.Type_class.reader
val bin_size_t : 'a Core__.Import.Bin_prot.Size.sizer -> 'a t Core__.Import.Bin_prot.Size.sizer
val bin_write_t : 'a Core__.Import.Bin_prot.Write.writer -> 'a t Core__.Import.Bin_prot.Write.writer
val bin_writer_t : 'a Core__.Import.Bin_prot.Type_class.writer -> 'a t Core__.Import.Bin_prot.Type_class.writer
val bin_shape_t : Core__.Import.Bin_prot.Shape.t -> Core__.Import.Bin_prot.Shape.t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val subcommands : 'a t -> (string, 'a) Core__.Import.List.Assoc.t Core__.Import.Lazy.t
val readme : 'a t -> string Core__.Import.sexp_option
val summary : 'a t -> string
module Fields : sig ... end
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
val map : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.