Module Posixat__Types.Fd

type t = Unix.file_descr
type info =
| Win32_handle of Base.int64
| Win32_socket of Base.int64
| Unix_fd of Base.int
val info : t -> info
val sexp_of_t : t -> Base.Sexp.t