package forester

  1. Overview
  2. Docs

Module Prelude.DateSource

Sourcetype t = {
  1. yyyy : int;
  2. mm : int option;
  3. dd : int option;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_human : Format.formatter -> t -> unit
Sourceval parse : string -> t
Sourceval now : unit -> t
Sourceval compare : t -> t -> int
Sourceval year : t -> int
Sourceval month : t -> int option
Sourceval day : t -> int option
OCaml

Innovation. Community. Security.