12345678910111213141516171819202122232425262728(************************************************************************)(* 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.Convtype'a_t=Paramofint*int|Nodeof'a*'a_tarray|Recofint*'a_tarray[@@derivingsexp]type'at='aRtree.tletsexp_of_tfr=sexp_of__tf(Obj.magicr)lett_of_sexpfr=Obj.magic(_t_of_sexpfr)