Hg_private.Date_parammodule Public : sig ... endinclude module type of struct include Public endtype t = Public.t = | Exact of Public.Time_point.t| On_or_before of Public.Time_point.t| On_or_after of Public.Time_point.t| Inclusive_range of {from : Public.Time_point.t;to_ : Public.Time_point.t;}val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tmodule Time_point : sig ... endval to_string : t -> string