module Time:sig..end
type t = {
|
printable : |
|
tick : |
val ocaml_of_t : t -> Ocaml.tval t_of_ocaml : (t, Ocaml.t) Meta_conv.Types.Decoder.tval t_of_ocaml_exn : (t, Ocaml.t) Meta_conv.Types.Decoder.t_exninclude struct ... end
val from_unix : float -> tval to_unix : t -> floatval from_string : string -> tval to_string : t -> stringval json_of_t : t -> Api_intf.Json.tval t_of_json : t Json_conv.decoderval t_of_json_exn : t Json_conv.decoder_exn