Group_info.V2
type 'a t = 'a Group_info.t = {
summary : Base.string;
readme : Base.string Base.option;
subcommands : (Base.string * 'a) Base.list Base.Lazy.t;
}
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val stable_witness :
'a Ppx_stable_witness_runtime.Stable_witness.t ->
'a t Ppx_stable_witness_runtime.Stable_witness.t