package tracing

  1. Overview
  2. Docs
type value =
  1. | String of String_index.t
  2. | Int of int
  3. | 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