sig
  type t = {
    pid : int;
    stdin : Unix.file_descr;
    stdout : Unix.file_descr;
    stderr : Unix.file_descr;
  }
end