1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * Copyright INRIA, CNRS and contributors *)(* <O___,, * (see version control and CREDITS file for authors & dates) *)(* 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) *)(************************************************************************)(************************************************************************)(* SerAPI: Coq interaction protocol with bidirectional serialization *)(************************************************************************)(* Copyright 2016-2019 MINES ParisTech -- License LGPL 2.1+ *)(* Copyright 2019-2023 Inria -- License LGPL 2.1+ *)(* Written by: Emilio J. Gallego Arias and others *)(************************************************************************)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_variable_printers=[%import:UGraph.univ_variable_printers][@@derivingsexp]typeuniv_inconsistency=[%import:UGraph.univ_inconsistency][@@derivingsexp]