package hg_lib

  1. Overview
  2. Docs
module Public : sig ... end
include module type of struct include Public end
type t = Public.t =
  1. | Exact of Public.Time_point.t
  2. | On_or_before of Public.Time_point.t
  3. | On_or_after of Public.Time_point.t
  4. | Inclusive_range of {
    1. from : Public.Time_point.t;
    2. to_ : Public.Time_point.t;
    }
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
module Time_point : sig ... end
val to_string : t -> string