package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Similar to Time.Span.Parts.

type t = private {
  1. sign : Core_kernel.Sign.t;
  2. hr : int;
  3. min : int;
  4. sec : int;
  5. ms : int;
  6. us : int;
  7. ns : int;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t