module Dot:sig..end
This modules provides functions to export proofs into the dot graph format.
Graphs in dot format can be used to generates images using the graphviz tool.
module type S = Backend_intf.Smodule type Arg =sig..end
module Make: