You can search for identifiers within the package.
in-package search v0.2.0
val now : unit -> float
now () is the current UNIX epoch time in seconds.
now ()
val sleep : float -> unit Lwt.t
sleep sec activates after sec seconds have elapsed.
sleep sec
sec