12345678910111213141516171819202122232425262728293031323334(************************************************************************)(* 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 *)(************************************************************************)openSexplib.StdmoduleStdlib=Ser_stdlibmoduleSorts=Ser_sortsmoduleUniv=Ser_univmoduleBound=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"typeuniv_inconsistency=[%import:UGraph.univ_inconsistency][@@derivingsexp]