module Coq:sig
..end
Coq Backend
This module provides an easy way to produce coq scripts corresponding to the resolution proofs output by the sat solver.
module type S = Backend_intf.S
Interface for exporting proofs.
module type Arg =sig
..end
module Make:
Base functor to output Coq proofs
module Simple:
Simple functo to output Coq proofs