Module Graph__Graphviz.Dot
Parameters
X : sig ... end
Signature
val fprint_graph : Stdlib.Format.formatter -> X.t -> unitfprint_graph ppf graphpretty prints the graphgraphin the CGL language on the formatterppf.
val output_graph : Stdlib.out_channel -> X.t -> unitoutput_graph oc graphpretty prints the graphgraphin the dot language on the channeloc.