Module Group_info.V2Source

Sourcetype 'a t = 'a Group_info.t = {
  1. summary : Base.string;
  2. readme : Base.string Base.option;
  3. subcommands : (Base.string * 'a) Base.list Base.Lazy.t;
}
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t