(**************************************************************************) (* *) (* SMTCoq *) (* Copyright (C) 2011 - 2019 *) (* *) (* See file "AUTHORS" for the list of authors *) (* *) (* This file is distributed under the terms of the CeCILL-C licence *) (* *) (**************************************************************************) open Entries open Declare open Decl_kinds open SmtMisc open CoqTerms open SmtForm 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 :