forester.human_datetime
Human_datetime
forester.compiler
forester.core
forester.frontend
forester.language_server
forester.parser
forester.prelude
forester.search
forester.server
forester.test
forester.xml_names
type t
val t : t Repr.t
val pp : Format.formatter -> t -> unit
val pp_rfc_3399 : Format.formatter -> t -> unit
val compare : t -> t -> int
val parse_string : string -> t option
val parse_string_exn : string -> t
val year : t -> int
val month : t -> int option
val day : t -> int option
val now : unit -> t
val drop_time : t -> t