12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152(************************************************************************)(* * 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_univtypet=[%import:Nativevalues.t][@@derivingsexp]typetag=[%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]