1234567891011121314151617181920212223242526272829303132333435363738(************************************************************************)(* v * The Coq Proof Assistant / The Coq Development Team *)(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)(* \VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2018 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openSexplib.StdmoduleEnviron=Ser_environmoduleReduction=Ser_reductionmoduleConstr=Ser_constrtypeeconstr=[%import:Evd.econstr](* ahhh *)leteconstr_of_sexps=Obj.magic(Constr.t_of_sexps)letsexp_of_econstrc=Constr.sexp_of_t(Obj.magicc)typeconv_pb=Reduction.conv_pb[@@derivingsexp]typeevar_constraint=[%import:Evd.evar_constraint][@@derivingsexp]typeunsolvability_explanation=[%import:Evd.unsolvability_explanation][@@derivingsexp]