sig
  type t = Caml.Unix.file_descr
  val to_int : Core_unix.File_descr.t -> int
  val sexp_of_t : Core_unix.File_descr.t -> Sexplib.Sexp.t
end