val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval compare : t -> t -> intval equal : t -> t -> boolval of_time_span : Core_kernel.Time.Span.t -> tval to_time_span : t -> Core_kernel.Time.Span.tval to_time_ns_span : t -> Core_kernel.Time_ns.Span.tval of_time_ns_span : Core_kernel.Time_ns.Span.t -> tval to_string_hum : t -> stringval to_ms : t -> Core_kernel.Int64.tval of_ms : Core_kernel.Int64.t -> tval (<=) : t -> t -> boolval (>=) : t -> t -> bool