You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of a timer.
val start : unit -> t
Start a timer.
val stop : t -> float
Stop a timer and return the total time of the timer.