123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475(************************************************************************)(* 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 MINES ParisTech *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)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)