You can search for identifiers within the package.
in-package search v0.2.0
type t
type read = bytes -> int -> int -> int
val create : read -> t
val create_from_file : string -> t * Unix.file_descr
val read : t -> Page.t
val reset : ?read_func:read -> t -> unit
val seek : t -> Page.t