You can search for identifiers within the package.
in-package search v0.2.0
Tracks are sets of actions with timestamps (in “ticks”) within the track.
type t = Scene_format_t.ticked_action = {
tick : int;
action : Action.t;
}
val make : tick:int -> action:Action.t -> t
val compare : t -> t -> int