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 *)(************************************************************************)openSexplib.StdmoduleNames=Ser_namesmoduleEvar=Ser_evarmoduleConstr=Ser_constr(**********************************************************************)(* Evar_kinds *)(**********************************************************************)typematching_var_kind=[%import:Evar_kinds.matching_var_kind][@@derivingsexp,yojson]typeobligation_definition_status=[%import:Evar_kinds.obligation_definition_status][@@derivingsexp,yojson]typerecord_field=[%import:Evar_kinds.record_field][@@derivingsexp,yojson]typequestion_mark=[%import:Evar_kinds.question_mark][@@derivingsexp,yojson]typesubevar_kind=[%import:Evar_kinds.subevar_kind][@@derivingsexp,yojson]typet=[%import:Evar_kinds.t][@@derivingsexp,yojson]