package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fragment.OrientedSource

type fragment := t
Sourcetype t

A fragment and an orientation. Can be thought of as a tree node -- with it's extensions as children and it's retraction as parent.

Sourceval fragment : t -> fragment
Sourceval orient : t -> Orientation.t
Sourceval first : t -> Location.t
Sourceval retract : t -> t option
Sourceval retract_by : t -> n:int -> t option
Sourceval one_frame_extensions : t -> (Location.t, t) Core.List.Assoc.t
Sourceval has_extensions : t -> bool
Sourceval extend : t -> Location.t -> t option
Sourcemodule Debug : sig ... end
OCaml

Innovation. Community. Security.