You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Fork
| Vfork
System call to use on Unix.
val default : t
Fork if the SPAWN_USE_FORK environment variable is set, Vfork otherwise.
Fork
SPAWN_USE_FORK
Vfork