123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960(************************************************************************)(* * 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.BuiltinmoduleNames=Ser_namesmoduleVal=structtype'atyp=[%import:'aGeninterp.Val.typ](* let typ_of_sexp _ _ = Serlib_base.opaque_of_sexp "Geninterp.Val.typ" *)letsexp_of_typ_x=Serlib_base.sexp_of_opaque~typ:"Geninterp.Val.typ"xtypet=[%import:Geninterp.Val.t][@@derivingsexp_of]lett_of_sexpx=Serlib_base.opaque_of_sexp~typ:"Geninterp.Val.t"xletof_yojson=Serlib_base.opaque_of_yojson~typ:"Geninterp.Val.t"letto_yojsonx=Serlib_base.opaque_to_yojson~typ:"Geninterp.Val.t"xlethash=Hashtbl.hashlethash_fold_tstd=Ppx_hash_lib.Std.Hash.Builtin.hash_fold_intst(Hashtbl.hashd)letcompare=Stdlib.compareendmoduleTacStore=structtypet=Geninterp.TacStore.tlett_of_sexp=Serlib_base.opaque_of_sexp~typ:"Geninterp.TacStore.t"letsexp_of_t=Serlib_base.sexp_of_opaque~typ:"Geninterp.TacStore.t"letto_yojson=Serlib_base.opaque_to_yojson~typ:"Geninterp.TacStore.t"letof_yojson =Serlib_base.opaque_of_yojson~typ:"Geninterp.TacStore.t"let_hash=Hashtbl.hashlethash_fold_tstd=Ppx_hash_lib.Std.Hash.Builtin.hash_fold_intst(Hashtbl.hashd)letcompare=Stdlib.compareendtypeinterp_sign=[%import:Geninterp.interp_sign][@@derivingsexp,yojson,hash,compare]