1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)(* <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-2020 MINES ParisTech / INRIA *)(************************************************************************)(* Status: Experimental *)(************************************************************************)openSexplib.StdmoduleNames=Ser_namesmoduleEvar=Ser_evarmoduleSorts=Ser_sortsmoduleConstr=Ser_constrmoduleUniv=Ser_univmoduleUVars=Ser_uvarsmoduleNVI=structtypet=Nativevalues.tletname="Nativevalues.t"endincludeSerType.Opaque(NVI)type tag=[%import:Nativevalues.tag][@@derivingsexp]typearity=[%import:Nativevalues.arity][@@derivingsexp]typereloc_table=[%import:Nativevalues.reloc_table][@@derivingsexp]typeannot_sw=[%import:Nativevalues.annot_sw][@@derivingsexp]typesymbol=[%import:Nativevalues.symbol][@@derivingsexp]typesymbols=[%import:Nativevalues.symbols][@@derivingsexp]