Internal_pervasives.Process_result
A wrapper around a structural type describing the result of external processes.
type t = < err : string list ; out : string list ; status : Unix.process_status >
val status_to_string : Lwt_unix.process_status -> string
module Error : sig ... end