You can search for identifiers within the package.
in-package search v0.2.0
type t = {
src : Qcow_types.Cluster.t;
dst : Qcow_types.Cluster.t;
}
An instruction to move the contents from cluster src to cluster dst
src
dst
val to_string : t -> string