package memtrace_viewer

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

Module Make.NodeSource

Sourcetype t
Sourceval id : t -> Id.t
Sourceval label : t -> X.t array
Sourcemodule Root : sig ... end
Sourceval get_child : root:Root.t -> t -> X.t -> t
Sourceval get_child_opt : root:Root.t -> t -> X.t -> t option
Sourceval edge_length : t -> int
Sourceval edge_char : t -> int -> X.t
Sourceval iter_children : t -> root:Root.t -> f:(t -> unit) -> unit
Sourceval fold_children : t -> root:Root.t -> init:'a -> f:(t -> 'a -> 'a) -> 'a
Sourceval has_suffix : t -> bool
Sourceval suffix : t -> t
Sourceval parent : t -> t
Sourceval representative : t -> t
Sourceval total_count : t -> int
Sourceval light_count : t -> int
Sourcemodule Debug : sig ... end
Sourcemodule Debug_full : sig ... end