package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Shape.Group_infoSource

Sourcetype 'a t = {
  1. summary : Base.String.t;
  2. readme : Base.String.t Base.Option.t;
  3. subcommands : (Base.String.t, 'a) List.Assoc.t Lazy.t;
}
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
Sourceval subcommands : 'a t -> (Base.String.t, 'a) List.Assoc.t Lazy.t
Sourceval summary : 'a t -> Base.String.t
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval find_subcommand : 'a t -> Base.String.t -> 'a Or_error.t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
  • deprecated [since 2020-04] Use [Command.Stable.Shape.Group_info].
include Binable.S1 with type 'a t := 'a t
Sourceval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1
Sourceval bin_write_t : ('a, 'a t) Bin_prot.Write.writer1
Sourceval bin_read_t : ('a, 'a t) Bin_prot.Read.reader1
Sourceval __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1
Sourceval bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writer
Sourceval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.reader
Sourceval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t
Sourceval t_of_sexp : (Sexp.t -> 'a) -> Sexp.t -> 'a t
  • deprecated [since 2020-04] Use [Command.Stable.Shape.Group_info].
OCaml

Innovation. Community. Security.