package tree_layout

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module V : Stdlib.Hashtbl.HashedType
val children : t -> V.t -> (V.t -> unit) -> unit
val rev_children : t -> V.t -> (V.t -> unit) -> unit
val rightmost_child : t -> V.t -> V.t option
val leftmost_child : t -> V.t -> V.t option
val is_parent : t -> parent:V.t -> child:V.t -> bool