1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374(************************************************************************)(* 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 *)(************************************************************************)(**********************************************************************)(* Decl_kinds *)(**********************************************************************)openSexplib.Stdtypelocality=[%import:Decl_kinds.locality][@@derivingsexp,yojson]typebinding_kind=[%import:Decl_kinds.binding_kind][@@derivingsexp,yojson]typepolymorphic=[%import:Decl_kinds.polymorphic][@@derivingsexp,yojson]typeprivate_flag=[%import:Decl_kinds.private_flag][@@derivingsexp,yojson]typecumulative_inductive_flag=[%import:Decl_kinds.cumulative_inductive_flag][@@derivingsexp,yojson]typetheorem_kind=[%import:Decl_kinds.theorem_kind][@@derivingsexp,yojson]typedefinition_object_kind=[%import:Decl_kinds.definition_object_kind][@@derivingsexp,yojson]typeassumption_object_kind=[%import:Decl_kinds.assumption_object_kind][@@derivingsexp,yojson]typeassumption_kind=[%import:Decl_kinds.assumption_kind][@@derivingsexp,yojson]typedefinition_kind=[%import:Decl_kinds.definition_kind][@@derivingsexp]typegoal_object_kind=[%import:Decl_kinds.goal_object_kind][@@derivingsexp]typegoal_kind=[%import:Decl_kinds.goal_kind][@@derivingsexp]typelogical_kind=[%import:Decl_kinds.logical_kind][@@derivingsexp]typedischarge=[%import:Decl_kinds.discharge][@@derivingsexp,yojson]