123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657(************************************************************************)(* v * The Coq Proof Assistant / The Coq Development Team *)(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)(* \VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2018 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)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]