package core

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

It is possible to consistently compare t's, but due to the complexities of time zones and daylight savings, the resulting ordering is not chronological. That is, compare t1 t2 > 0 does not imply t2 occurs after t1 every day, or any day.

val bin_t : t Core__.Import.Bin_prot.Type_class.t
val bin_read_t : t Core__.Import.Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Core__.Import.Bin_prot.Read.reader
val bin_reader_t : t Core__.Import.Bin_prot.Type_class.reader
val bin_size_t : t Core__.Import.Bin_prot.Size.sizer
val bin_write_t : t Core__.Import.Bin_prot.Write.writer
val bin_writer_t : t Core__.Import.Bin_prot.Type_class.writer
val bin_shape_t : Core__.Import.Bin_prot.Shape.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
OCaml

Innovation. Community. Security.