msat.backend
Dedukti.Make
Functor to generate a backend to output proofs for the dedukti type checker.
Proof exporting
Currently, exporting a proof means printing it into a file according to the conventions of a given format.
msat
msat.backtrack
msat.sat
msat.tseitin
module S : Msat.S
module A : Arg with type formula := S.formula and type lemma := S.lemma and type proof := S.proof
val pp : Format.formatter -> S.proof -> unit
A function for printing proofs in the desired format.