Shape.Group_infotype 'a t = {summary : Base.string;readme : Base.string Base.option;subcommands : (Base.string, 'a) Base.List.Assoc.t Base.Lazy.t;}include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a tval subcommands : 'a t -> (Base.string, 'a) Base.List.Assoc.t Base.Lazy.tval readme : 'a t -> Base.string Base.optionval summary : 'a t -> Base.stringmodule Fields : sig ... endval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.tval find_subcommand : 'a t -> Base.string -> 'a Base.Or_error.tval t_of_sexp : (Base.Sexp.t -> 'a) -> Base.Sexp.t -> 'a t