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