Module LLProof.Dot
val pp_dot : name:string -> t CCFormat.printerPretty print the proof as a DOT graph
val pp_dot_file : ?name:string -> string -> t -> unitprint to dot into a file
val pp_dot_seq : name:string -> t Sequence.t CCFormat.printerPrint a set of proofs as a DOT graph, sharing common subproofs
val pp_dot_seq_file : ?name:string -> string -> t Sequence.t -> unitsame as
pp_dot_seqbut into a file