123456789101112131415161718192021222324(************************************************************************)(* 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: Experimental *)(************************************************************************)moduleBound=structtypet=[%import:UGraph.Bound.t][@@derivingsexp]endtypet=[%import:UGraph.t]letsexp_of_t=Serlib_base.sexp_of_opaque~typ:"UGraph.t"lett_of_sexp=Serlib_base.opaque_of_sexp~typ:"UGraph.t"