Module Coq.Make
Base functor to output Coq proofs
Parameters
S : Msat.S
A : Arg with 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.