You can search for identifiers within the package.
in-package search v0.2.0
Timestamps
type t
val now : unit -> t
val of_int64 : int64 -> t
Convert to and from the number of microseconds since the Unix epoch
val to_int64 : t -> int64
val to_float : t -> float
Convert back and forth between the Unix module's float format and timestamps
val of_float : float -> t