You can search for identifiers within the package.
in-package search v0.2.0
type param = unit
type state = Serverset.LoadedNodes.t
type peer = Serverset.LoadedNode.t
val pick : state -> param -> peer Lwt.t
val use : state -> param -> (Node.t -> 'a Lwt.t) -> 'a Lwt.t