package hg_lib

  1. Overview
  2. Docs

Module Date_param.Time_pointSource

include module type of struct include Public.Time_point end
Sourcetype t = Public.Time_point.t =
  1. | Date of Core.Date.t
  2. | Time of Time.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> Base.String.t