You can search for identifiers within the package.
in-package search v0.2.0
type error =
| Unknown_key of string
type 'a io = 'a Lwt.t
type t
type id = string
val disconnect : t -> unit io
type page_aligned_buffer = Cstruct.t
val read : t -> string -> int -> int -> [ `Error of error | `Ok of page_aligned_buffer list ] io
val size : t -> string -> [ `Error of error | `Ok of int64 ] io