Module Avl_graphviz.Dot


module Dot: sig  end

val set_command : string -> unit
Several functions provided by this module run the external program dot. By default, this command is supposed to be in the default path and is invoked by dot. 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