Module Process.Command_result


module Command_result: sig .. end


type t = {
   status : Core.Std.Unix.Process_status.t; (*Low-level process handling*)
   stdout_tail : string; (*Low-level process handling*)
   stderr_tail : string; (*Low-level process handling*)
}