Module Unix.File_descr

module File_descr: sig .. end
File descriptor.

type t = Caml.Unix.file_descr 
include Hashable.S
include Sexpable.S
val to_int : t -> int
val of_int : int -> t
val to_string : t -> string