123456789101112131415161718192021222324252627282930313233343536373839404142434445(************************************************************************)(* * 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_pptypet=[%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]