Sidekick_quipProofs of unsatisfiability in the Quip proof format..
This targets Quip as an experimental proof backend.
module Proof : sig ... endtype t = Proof.tThe state holding the whole proof.
What format to use to serialize the proof?
val pp_out_format : out_format Sidekick_util.Fmt.printerval output : ?fmt:out_format -> Stdlib.out_channel -> t -> unitval pp_debug : t Sidekick_util.Fmt.printer