package eio-trace

  1. Overview
  2. Docs
type id = Trace.Ring.id
type root = {
  1. mutable parent : (timestamp * int) option;
  2. mutable cc : (timestamp * item) option;
}
type t = {
  1. events : (timestamp * Trace.Ring.event list) array;
  2. mutable y : int;
  3. mutable height : int;
  4. mutable roots : root list;
}
OCaml

Innovation. Community. Security.