Module Ocaml_config.Prog_and_argsSource

Sourcetype t = {
  1. prog : string;
  2. args : string list;
}