process
Process.Output
type t = {
exit_status : Exit.t;
stdout : string list;
stderr : string list;
}