You can search for identifiers within the package.
in-package search v0.2.0
type t = {
ty : Command.t;
handle : int64;
from : int64;
len : int32;
}
val to_string : t -> string
val sizeof : int
val marshal : Cstruct.t -> t -> unit
val unmarshal : Cstruct.t -> [ `Error of exn | `Ok of t ]