package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. sign : Sign.t;
  2. hr : Base.Int.t;
  3. min : Base.Int.t;
  4. sec : Base.Int.t;
  5. ms : Base.Int.t;
  6. us : Base.Int.t;
  7. ns : Base.Int.t;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t