Module Graph.Graphviz

type color = int
type color_with_transparency = int32
val color_to_color_with_transparency : color -> color_with_transparency
type arrow_style = [
  1. | `Dot
  2. | `Inv
  3. | `Invdot
  4. | `Invodot
  5. | `None
  6. | `Normal
  7. | `Odot
  8. | `Onormal
]
module type ATTRIBUTES = sig ... end
module CommonAttributes : sig ... end
module DotAttributes : sig ... end
module type GraphWithDotAttrs = sig ... end
module Dot (X : sig ... end) : sig ... end
module NeatoAttributes : sig ... end
module Neato (X : sig ... end) : sig ... end