You can search for identifiers within the package.
in-package search v0.2.0
eio-trace
eio-trace.fxt
Layout.Ring
type id = Trace.Ring.id
type root = {
mutable parent : (timestamp * int) option;
mutable cc : (timestamp * item) option;
}
type t = {
events : (timestamp * string list) array;
mutable y : int;
mutable height : int;
mutable roots : root list;