You can search for identifiers within the package.
in-package search v0.2.0
type field =
| Dict_flushes
| Suffix_flushes
| Index_flushes
| Auto_dict
| Auto_suffix
| Auto_index
| Flush
type t = {
mutable dict_flushes : int;
mutable suffix_flushes : int;
mutable index_flushes : int;
mutable auto_dict : int;
mutable auto_suffix : int;
mutable auto_index : int;
mutable flush : int;
}
val t : t Irmin.Type.t
type stat
val export : stat -> t