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 compare : t -> t -> Base.Int.t
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