memtrace_viewer.common
Fragment.Iterator
memtrace_viewer.bonsai_simple_table
memtrace_viewer.client
ppxlib
yojson
type fragment := t
type t
An iterator that iterates through the prefixes of a fragment from callers to callees.
val next : t -> t option
val prev : t -> t option
val location : t -> Location.t
val prefix : t -> fragment
val suffix : t -> fragment
module Trace : sig ... end
val trace : t -> Trace.t