You can search for identifiers within the package.
in-package search v0.2.0
pyml
pyml_arch.ml
1 2 3 4 5 6 7 8 type t = Windows | Mac | Unix let os = Unix external fd_of_int : int -> Unix.file_descr = "%identity"
1 2 3 4 5 6 7 8
type t = Windows | Mac | Unix let os = Unix external fd_of_int : int -> Unix.file_descr = "%identity"