package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val string_of_node : Node_type.node -> int -> string

Dump a node

val simple_string_of_node : Node_type.node -> string

Dump a node, but not recursively

val dot_of_node : Node_type.node -> string

Obtain Graphviz dot file representation of the tree

val dot_of_cursor : Cursor.cursor -> string

Obtain Graphviz dot file representation of the cursor

val validate_node : Context.t -> Node_type.node -> (unit, string) Result.t

Invariant checking of node

val save_cursor_to_dot : string -> Cursor.cursor -> unit
val save_node_to_dot : string -> Node_type.node -> unit

Graphviz visualization