package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = {
  1. summary : string;
  2. readme : string Base.Option.t;
  3. subcommands : (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t;
}
include sig ... end
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_kernel.List.Assoc.t Core_kernel.Lazy.t
val readme : 'a t -> string Base.Option.t
val summary : 'a t -> string
module Fields : sig ... end
val t_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val map : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.