123456789101112131415161718192021222324252627282930313233343536373839404142434445(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * Copyright INRIA, CNRS and contributors *)(* <O___,, * (see version control and CREDITS file for authors & dates) *)(* \VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(* * (see LICENSE file for the text of the license) *)(************************************************************************)openNamestypet={tr_var:Id.Pred.t;tr_cst:Cpred.t;}letempty={tr_var=Id.Pred.empty;tr_cst=Cpred.empty;}letfull={tr_var=Id.Pred.full;tr_cst=Cpred.full;}letvar_full={tr_var=Id.Pred.full;tr_cst=Cpred.empty;}letcst_full={tr_var=Id.Pred.empty;tr_cst=Cpred.full;}letis_emptyts=Id.Pred.is_emptyts.tr_var&&Cpred.is_emptyts.tr_cstletis_transparent_variabletsid=Id.Pred.memidts.tr_varletis_transparent_constanttscst=Cpred.memcstts.tr_cst