Module Coq.Simple
Simple functor to output Coq proofs
Parameters
S : Msat.S
A : Arg with type hyp = S.formula list and type lemma := S.lemma and type assumption := S.formula
Signature
val pp : Format.formatter -> t -> unit
A function for printing proofs in the desired format.