(**************************************************************************) (* *) (* SMTCoq *) (* Copyright (C) 2011 - 2021 *) (* *) (* See file "AUTHORS" for the list of authors *) (* *) (* This file is distributed under the terms of the CeCILL-C licence *) (* *) (**************************************************************************) open SmtMisc open CoqTerms open SmtTrace open SmtAtom open SmtBtype open SmtCertif (* let debug = false *) (******************************************************************************) (* Given a verit trace build the corresponding certif and theorem *) (******************************************************************************) (* exception Import_trace of int *) (* let get_val = function * Some a -> a * | None -> assert false *) (* For debugging certif processing :