You can search for identifiers within the package.
in-package search v0.2.0
type other = {
type_index : int;
contents : char array;
}
type t =
| End_of_track
| Other of other
val to_string : t -> string