You can search for identifiers within the package.
in-package search v0.2.0
type t = string
val compare : String.t -> String.t -> int
type content =
| Seq of string
| Line of string
val compare_content : content -> content -> int