1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)(* <O___,, * (see CREDITS file for the list of authors) *)(* \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) *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2018 MINES ParisTech -- Dual License LGPL 2.1 / GPL3+ *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openSexplib.ConvmoduleStdlib=Ser_stdlibmoduleNames=Ser_namesmoduleEnviron=Ser_environmoduleGlob_term=Ser_glob_termmoduleConstrexpr=Ser_constrexprmodulePattern=Ser_patternmoduleNotation_term=Ser_notation_termmoduleStore=structtypet=Genintern.Store.tlett_of_sexp_=CErrors.user_errPp.(str"[GI Store: Cannot deserialize stores.")letsexp_of_t_=Sexplib.Sexp.Atom"[GENINTERN STORE]"endtypeintern_variable_status=[%import:Genintern.intern_variable_status][@@derivingsexp]typeglob_sign=[%import:Genintern.glob_sign][@@derivingsexp]typeglob_constr_and_expr=[%import:Genintern.glob_constr_and_expr][@@derivingsexp]typeglob_constr_pattern_and_expr=[%import:Genintern.glob_constr_pattern_and_expr][@@derivingsexp]