1234567891011121314151617181920212223242526272829303132333435363738(************************************************************************)(* 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]type_t=|SProp|Prop|Set|TypeofUniv.Universe.t[@@derivingof_sexp,yojson]typet=[%import:Sorts.t][@@derivingsexp_of,to_yojson]lett_of_sexpx=Obj.magic(_t_of_sexpx)letof_yojsonjson=Ppx_deriving_yojson_runtime.(_t_of_yojsonjson>|=Obj.magic)typerelevance=[%import:Sorts.relevance][@@derivingsexp,yojson]