12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * Copyright INRIA, CNRS and contributors *)(* <O___,, * (see version control and CREDITS file for authors & dates) *)(* 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) *)(************************************************************************)(************************************************************************)(* SerAPI: Coq interaction protocol with bidirectional serialization *)(************************************************************************)(* Copyright 2016-2019 MINES ParisTech -- License LGPL 2.1+ *)(* Copyright 2019-2023 Inria -- License LGPL 2.1+ *)(* Written by: Emilio J. Gallego Arias and others *)(************************************************************************)openSexplib.ConvopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinmoduleEvar=Ser_evarmoduleSorts=Ser_sortsmoduleNames=Ser_namesmoduleUniv=Ser_univmoduleUVars=Ser_uvarsmoduleUint63=Ser_uint63moduleFloat64=Ser_float64modulePstring=Ser_pstringtypetag=[%import:Vmvalues.tag][@@derivingsexp,yojson,hash,compare]moduleOpaqueSV=structtypet=Vmvalues.structured_valuesletname="Vmvalues.structured_values"endmoduleB=SerType.Opaque(OpaqueSV)typestructured_values=B.tletsexp_of_structured_values=B.sexp_of_tletstructured_values_of_sexp=B.t_of_sexpletstructured_values_of_yojson=B.of_yojsonletstructured_values_to_yojson=B.to_yojson(* let hash_structured_values = B.hash *)lethash_fold_structured_values=B.hash_fold_tletcompare_structured_values=B.comparetypestructured_constant=[%import:Vmvalues.structured_constant][@@derivingsexp,yojson,hash,compare]lethash_fold_array=hash_fold_array_frozentypereloc_table=[%import:Vmvalues.reloc_table][@@derivingsexp,yojson,hash,compare]typeannot_switch=[%import:Vmvalues.annot_switch][@@derivingsexp,yojson,hash,compare]