123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263(************************************************************************)(* * 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_float64typetag=[%import:Vmvalues.tag][@@derivingsexp,yojson,hash,compare]module OpaqueSV=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]