module Dot: functor (X : sig end) -> sig end| Parameters: |
|
val fprint_graph : Format.formatter -> X.t -> unitfprint_graph ppf graph pretty prints the graph graph in
the CGL language on the formatter ppf.val output_graph : Pervasives.out_channel -> X.t -> unitoutput_graph oc graph pretty prints the graph graph in the dot
language on the channel oc.