package msat

  1. Overview
  2. Docs

Base functor to output Coq proofs

Proof exporting

Currently, exporting a proof means printing it into a file according to the conventions of a given format.

Parameters

module S : Msat.S
module A : Arg with type hyp := S.clause and type lemma := S.clause and type assumption := S.clause

Signature

val pp : Format.formatter -> S.proof -> unit

A function for printing proofs in the desired format.