You can search for identifiers within the package.
in-package search v0.2.0
mechaml
Format.Time
include S
type t
val to_string : t -> string
val make : hour:int -> minute:int -> second:int -> t option
Create a time representation from hours, minutes and seconds. If an invalid time is given (e.g. hours < 0), then None is returned.
None