12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849(************************************************************************)(* 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=string*int[@@derivingsexp,yojson,hash,compare]letof_t=Sorts.QVar.reprletto_t(s,i)=Sorts.QVar.makesiendmoduleQVar=SerType.Biject(BijectQVar)modulePierceSpec=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]