You can search for identifiers within the package.
in-package search v0.2.0
type t
module C : sig ... end
val of_int : int -> t
val to_z : t -> Z.t
val of_z : Z.t -> t
val pp : Stdlib.Format.formatter -> t -> unit