package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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