package hg_lib

  1. Overview
  2. Docs

Module Open_hg_lib.Date_paramSource

Sourcemodule Time_point : sig ... end
Sourcetype t =
  1. | Exact of Time_point.t
  2. | On_or_before of Time_point.t
  3. | On_or_after of Time_point.t
  4. | Inclusive_range of {
    1. from : Time_point.t;
    2. to_ : Time_point.t;
    }
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.