12345678910111213141516171819202122232425262728293031323334353637383940414243(************************************************************************)(* 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_univmodulePp=Ser_ppmoduleBound=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"typepath_explanation=[%import:UGraph.path_explanation]letsexp_of_path_explanation=Serlib_base.sexp_of_opaque~typ:"UGraph.path_explanation"letpath_explanation_of_sexp=Serlib_base.opaque_of_sexp~typ:"UGraph.path_explanation"typeexplanation=[%import:UGraph.explanation][@@derivingsexp]typeuniv_inconsistency=[%import:UGraph.univ_inconsistency][@@derivingsexp]