Module Curly.Process_result

type t = {
status : Unix.process_status;
stderr : string;
stdout : string;
}
val pp : Format.formatter -> t -> unit