Module Avl_graphviz.Neato


module Neato: sig  end

val set_command : string -> unit
Several functions provided by this module run the external program neato. By default, this command is supposed to be in the default path and is invoked by neato. The function set_command allows to set an alternative path at run time.
module Attributes: sig  end
module type INPUT = sig  end
module Make: functor (X : INPUT) -> sig  end