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