Module Dedukti.Make
Functor to generate a backend to output proofs for the dedukti type checker.
Parameters
S : Msat.SA : Arg with type formula := S.formula and type lemma := S.lemma and type proof := S.proof
Signature
val pp : Format.formatter -> t -> unitA function for printing proofs in the desired format.