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