You can search for identifiers within the package.
in-package search v0.2.0
exception End_of_stream
exception AccessError of string
exception BadLink
type dir_t
type file_t
type link_t
type item =
| Directory of dir_t
| File of file_t
| Link of link_t
type inode = {
no : int;
data : item;
}
module Directory : sig ... end
module File : sig ... end
module Link : sig ... end
module Iterator : sig ... end