Shape.Exec_infotype t = {summary : Base.string;readme : Base.string Base.option;working_dir : Base.string;path_to_exe : Base.string;child_subcommand : Base.string Base.list;}include Ppx_compare_lib.Comparable.S with type t := tval child_subcommand : t -> Base.string Base.listval path_to_exe : t -> Base.stringval working_dir : t -> Base.stringval readme : t -> Base.string Base.optionval summary : t -> Base.stringmodule Fields : sig ... endval sexp_of_t : t -> Sexplib0.Sexp.tval t_of_sexp : Base.Sexp.t -> t