Module Dot.Make
Functor for making a module to export proofs to the DOT format.
Parameters
S : Msat.S
A : Arg with type atom := S.atom and type hyp := S.clause and type lemma := S.clause and type assumption := S.clause
Signature
val pp : Format.formatter -> t -> unit
A function for printing proofs in the desired format.