You can search for identifiers within the package.
in-package search v0.2.0
module type CUSTOM = sig ... end
val load_many : (('row -> 'parent) * ('parent -> 'key)) -> (('row -> 'child) * ('parent -> 'child list -> 'parent)) list -> 'row list -> 'parent list
module Internal : sig ... end