1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950(************************************************************************)(* 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-2017 MINES ParisTech *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)(* open Sexplib *)(* open Sexplib.Std *)moduleConstr=Ser_constrmoduleEnviron=Ser_environmoduleECtoC=structtypet=EConstr.ttype_t=Constr.t[@@derivingsexp,yojson,hash,compare]letto_t=EConstr.of_constrletof_t=EConstr.Unsafe.to_constrendincludeSerType.Biject(ECtoC)typeexistential=[%import:EConstr.existential][@@derivingsexp]typeconstr=[%import:EConstr.constr][@@derivingsexp,yojson,hash,compare]typetypes=[%import:EConstr.types][@@derivingsexp]typeunsafe_judgment=[%import:EConstr.unsafe_judgment][@@derivingsexp]