12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697(************************************************************************)(* * 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 *)(************************************************************************)openPpx_sexp_conv_lib.ConvopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinmoduleUniv=Ser_univmoduleNames=Ser_namesmoduleBijectQGlobal=structtypet=Sorts.QGlobal.ttype_t=Names.DirPath.t*Names.Id.t[@@deriving sexp,yojson,hash,compare]letof_t=Sorts.QGlobal.reprletto_t(dp,id)=Sorts.QGlobal.makedpidendmoduleQGlobal=SerType.Biject(BijectQGlobal)moduleBijectQVar=structopenSexplib.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.Builtintypet=Sorts.QVar.ttype_t=[%import:Sorts.QVar.repr][@@derivingsexp,yojson,hash,compare]letof_t=Sorts.QVar.reprletto_t=Sorts.QVar.of_reprendmoduleQVar=structmoduleSelf=SerType.Biject(BijectQVar)includeSelfmoduleSet=Ser_cSet.Make(Sorts.QVar.Set)(Self)endmoduleQuality=structtypeconstant=[%import:Sorts.Quality.constant][@@derivingsexp,yojson,hash,compare]moduleSelf=structtypet=[%import:Sorts.Quality.t][@@derivingsexp,yojson,hash,compare]endincludeSelfmoduleSet=Ser_cSet.Make(Sorts.Quality.Set)(Self)typepattern=[%import:Sorts.Quality.pattern][@@derivingsexp,yojson,hash,compare]endmodulePierceSpec=structtypet=Sorts.ttype_t=|SProp|Prop|Set|TypeofUniv.Universe.t|QSortofQVar.t*Univ.Universe.t[@@derivingsexp,yojson,hash,compare]endincludeSerType.Pierce(PierceSpec)typerelevance=[%import:Sorts.relevance][@@derivingsexp,yojson,hash,compare]openSexplib.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.Builtintypepattern=[%import:Sorts.pattern][@@derivingsexp,yojson,hash,compare]moduleQConstraint=structtypekind=[%import:Sorts.QConstraint.kind][@@derivingsexp,yojson,hash,compare]typet=[%import:Sorts.QConstraint.t][@@derivingsexp,yojson,hash,compare]endmoduleQConstraints=Ser_cSet.Make(Sorts.QConstraints)(QConstraint)