You can search for identifiers within the package.
in-package search v0.2.0
module Fm : sig ... end
type t
val find : t -> int -> string option
val index : t -> string -> int option
val v : Fm.t -> (t, [> Fm.Io.read_error ]) Stdlib.result
val close : t -> unit