package plebeia

  1. Overview
  2. Docs
val string_of_node : Plebeia__.Node.node -> int -> string

Dump a node

val simple_string_of_node : Plebeia__.Node.node -> string

Dump a node, but not recursively

val dot_of_node : Plebeia__.Node.node -> string

Obtain Graphviz dot file representation of the tree

val dot_of_cursor : Plebeia__.Cursor.cursor -> string

Obtain Graphviz dot file representation of the cursor

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

Invariant checking of node

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

Graphviz visualization