1234567891011121314151617181920212223242526272829(************************************************************************)(* 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-2019 MINES ParisTech *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openSexplibtype_t=string[@@derivingyojson]let_t_put=Uint63.to_stringlet_t_getx=Uint63.of_int64(Int64.of_stringx)typet=Uint63.tlett_of_sexp(x:Sexp.t):Uint63.t=_t_get(Conv.string_of_sexpx)letsexp_of_t(x:Uint63.t):Sexp.t=Conv.sexp_of_string(_t_putx)letof_yojsonjson=Ppx_deriving_yojson_runtime.(_t_of_yojsonjson>|=_t_get)letto_yojsonlevel=_t_to_yojson(_t_putlevel)