package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_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 option
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.