123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778(************************************************************************)(* * 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 *)(************************************************************************)moduleUniv=Ser_univtypefamily=[%import:Sorts.family][@@derivingsexp,yojson,hash,compare]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)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]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)