package eio-trace

  1. Overview
  2. Docs
type value = [
  1. | `Int64 of int64
  2. | `Uint64 of int64
  3. | `String of string
  4. | `Pointer of int64
  5. | `Koid of int64
  6. | `Unknown of int
]
type t = (string * value) list
OCaml

Innovation. Community. Security.