You can search for identifiers within the package.
in-package search v0.2.0
type time_code = {
smpte_format : int;
ticks_per_frame : int;
}
type t =
| Ticks_per_quarter_note of int
| Time_code of time_code
val to_string : t -> string