12345678910111213141516171819202122232425262728293031323334353637(************************************************************************)(* 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-2017 MINES ParisTech *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openSexplib.Std(* Private *)moduleSelf=structtypet=[%import:Evar.t]type_t=Ser_Evarofint[@@derivingsexp,yojson]let_t_putevar=Ser_Evar(Evar.reprevar)let_t_get(Ser_Evarevar)=Evar.unsafe_of_intevarlett_of_sexpsexp=_t_get(_t_of_sexpsexp)letsexp_of_tevar=sexp_of__t(_t_putevar)letof_yojsonjson=Ppx_deriving_yojson_runtime.(_t_of_yojsonjson>|=_t_get)letto_yojsonlevel=_t_to_yojson(_t_putlevel)endincludeSelfmoduleSet=Ser_cSet.Make(Evar.Set)(Self)