12345678910111213141516171819202122232425262728293031323334353637383940414243(************************************************************************)(* 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.ConvmoduleNames=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"xendmoduleTacStore=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"endtypeinterp_sign=[%import:Geninterp.interp_sign][@@derivingsexp]