Module Tracing_parser.Event_arg

type value =
  1. | String of String_ref.t
  2. | Int of int
  3. | Int64 of int64
  4. | Pointer of Core.Int64.Hex.t
  5. | Float of float
  6. | Bool of bool
val sexp_of_value : value -> Sexplib0.Sexp.t
val compare_value : value -> value -> int
val compare_value__local : value @ local -> (value @ local -> int) @ local
type t = String_ref.t * value
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Comparable.S__local with type t := t