12345678910111213141516171819202122232425262728293031(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)(* <O___,, * (see CREDITS file for the list of authors) *)(* \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) *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2020 MINES ParisTech / INRIA *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)typet=Float64.topenSexplib.Stdtype_t=float[@@derivingsexp,yojson]let_t_get=Obj.magiclet_t_put=Obj.magiclett_of_sexpt=_t_put(_t_of_sexpt)letsexp_of_tt=sexp_of__t(_t_gett)letof_yojsonjson=Ppx_deriving_yojson_runtime.(_t_of_yojsonjson>|=_t_get)letto_yojsonlevel=_t_to_yojson(_t_putlevel)