123456789101112131415161718192021222324252627282930(************************************************************************)(* 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-2020 MINES ParisTech / INRIA *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)typedefinition_object_kind=[%import:Decls.definition_object_kind][@@derivingsexp,yojson,hash,compare]typetheorem_kind=[%import:Decls.theorem_kind][@@derivingsexp,yojson,hash,compare]typeassumption_object_kind=[%import:Decls.assumption_object_kind][@@derivingsexp,yojson,hash,compare]typelogical_kind=[%import:Decls.logical_kind][@@deriving sexp,yojson,hash,compare]