You can search for identifiers within the package.
in-package search v0.2.0
Package contains no libraries
val file_of_file_descr : Unix.file_descr ->file option
the function always succeed on Unix - but not on Windows. It will fail, if you try to convert a `Unix.file_descr` that wraps a SOCKET or if you run out of crt file descriptors.
val file_descr_of_file : file->Unix.file_descr option