123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384(************************************************************************)(* 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-2019 MINES ParisTech *)(************************************************************************)(* Status: Experimental *)(************************************************************************)openSexplib.ConvmoduleStdlib=Ser_stdlibmoduleCEphemeron=Ser_cEphemeronmoduleRange=Ser_rangemoduleNames=Ser_namesmoduleConstr=Ser_constrmoduleUniv=Ser_univmoduleOpaqueproof=Ser_opaqueproofmoduleRetroknowledge=Ser_retroknowledgemoduleUGraph=Ser_uGraphmoduleDeclarations=Ser_declarationstypelazy_val=[%import:Environ.lazy_val]letsexp_of_lazy_val=Serlib_base.sexp_of_opaque~typ:"Environ.lazy_val"typestratification=[%import:Environ.stratification][@@derivingsexp_of]typerel_context_val=[%import:Environ.rel_context_val][@@derivingsexp_of]typenamed_context_val=[%import:Environ.named_context_val][@@derivingsexp_of]typelink_info=[%import:Environ.link_info][@@derivingsexp]typekey=[%import:Environ.key][@@derivingsexp]typeconstant_key=[%import:Environ.constant_key][@@derivingsexp]typemind_key=[%import:Environ.mind_key][@@derivingsexp]type_globals={env_constants:constant_keyNames.Cmap_env.t;env_inductives:mind_keyNames.Mindmap_env.t;env_modules:Declarations.module_bodyNames.MPmap.t;env_modtypes:Declarations.module_type_bodyNames.MPmap.t;}[@@derivingsexp]typeglobals=Environ.globalsletsexp_of_globalsg=sexp_of__globals(Obj.magicg)let_globals_of_sexpg=Obj.magic(_globals_of_sexpg)typeenv=[%import:Environ.env][@@derivingsexp_of]letenv_of_sexp=Serlib_base.opaque_of_sexp~typ:"Environ.env"type('constr,'term)punsafe_judgment=[%import:('constr,'term)Environ.punsafe_judgment][@@derivingsexp]typeunsafe_judgment=[%import:Environ.unsafe_judgment][@@derivingsexp]