Module Core__Core_unix.File_descr

File descriptor.

type t = Unix.file_descr
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Core__.Import.Equal.S with type t := t
type t
val equal : t Core__.Import.Equal.equal
include Core__.Import.Stringable.S with type t := t
type t
val of_string : string -> t
val to_string : t -> string
val of_int : int -> t
val to_int : t -> int