You can search for identifiers within the package.
in-package search v0.2.0
type proc_statm = {
page_size : int;
size : int64;
resident : int64;
shared : int64;
text : int64;
lib : int64;
data : int64;
dt : int64;
}
type ps_stats = {
mem : float;
type mem_stats =
| Statm of proc_statm
| Ps of ps_stats