package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type leaf
type edge
type node
val dump_leaf : (leaf -> GuaCaml.Tree.stree) option
val load_leaf : (GuaCaml.Tree.stree -> leaf) option
val dot_of_leaf : (leaf -> string) option
val dump_edge : (edge -> GuaCaml.Tree.stree) option
val load_edge : (GuaCaml.Tree.stree -> edge) option
val dot_of_edge : (edge -> string) option
val dump_node : (node -> GuaCaml.Tree.stree) option
val load_node : (GuaCaml.Tree.stree -> node) option
val dot_of_node : (int -> node -> string) option