12345678910111213141516171819202122232425262728293031323334353637383940414243(************************************************************************)(* * 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;tr_prj:PRpred.t;}letempty={tr_var=Id.Pred.empty;tr_cst=Cpred.empty;tr_prj=PRpred.empty;}letfull={tr_var=Id.Pred.full;tr_cst=Cpred.full;tr_prj=PRpred.full;}letis_emptyts=Id.Pred.is_emptyts.tr_var&&Cpred.is_emptyts.tr_cst&&PRpred.is_emptyts.tr_prjletis_transparent_variabletsid=Id.Pred.memidts.tr_varletis_transparent_constanttscst=Cpred.memcstts.tr_cstletis_transparent_projectiontsp=PRpred.mempts.tr_prj