package tracing

  1. Overview
  2. Docs
type value =
  1. | String of String_index.t
  2. | Int of int
  3. | Int64 of int64
  4. | Pointer of Core.Int64.Hex.t
  5. | Float of float
val sexp_of_value : value -> Sexplib0.Sexp.t
val compare_value : value -> value -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int