(**************************************************************************) (* *) (* SMTCoq *) (* Copyright (C) 2011 - 2016 *) (* *) (* Michaël Armand *) (* Benjamin Grégoire *) (* Chantal Keller *) (* *) (* Inria - École Polytechnique - Université Paris-Sud *) (* *) (* 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 :