Module Dot.Make
Functor for making a module to export proofs to the DOT format.
Parameters
S : Msat.SA : 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 -> unitA function for printing proofs in the desired format.