Module Graph__Graphviz.Dot
Parameters
X : sig ... end
Signature
val fprint_graph : Stdlib.Format.formatter -> X.t -> unit
fprint_graph ppf graph
pretty prints the graphgraph
in the CGL language on the formatterppf
.
val output_graph : Stdlib.out_channel -> X.t -> unit
output_graph oc graph
pretty prints the graphgraph
in the dot language on the channeloc
.