You can search for identifiers within the package.
in-package search v0.2.0
Statistic data about a file/directory.
type t
Type of the data.
type time
Time stamp.
val compare : time -> time -> int
Compare time stamps.
val is_directory : t -> bool
Is the node a directory?
val is_file : t -> bool
Is the node a file?
val modification : t -> time
Time of last modification.