You can search for identifiers within the package.
in-package search v0.2.0
type t = {
total_virtual_memory : int;
total_physical_memory : int;
total_used_virtual_memory : int;
total_used_physical_memory : int;
process_virtual_memory : int;
process_physical_memory : int;
process_private_memory : int;
process_swapped_memory : int;
}
val info : unit -> t
val prettify_bytes : ?float_printer:(float -> string) -> ?signed:bool -> ?bits:bool -> ?binary:bool -> int -> string