You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Path of string
Path in the filesystem
| Fd of Unix.file_descr
File descriptor pointing to a directory. Not supported on Windows.
| Inherit
Inherit the working directory of the current process