hg_lib.open
Open_hg_lib.Date_param
module Time_point : sig ... end
type t =
| Exact of Time_point.t
| On_or_before of Time_point.t
| On_or_after of Time_point.t
| Inclusive_range of {
from : Time_point.t;
to_ : Time_point.t;
}
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t