123456789101112131415161718192021222324252627282930313233343536373839404142(************************************************************************)(* 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_environtypet=EConstr.tlett_of_sexps=EConstr.of_constr(Ser_constr.constr_of_sexps)letsexp_of_tc=Ser_constr.sexp_of_constr(EConstr.Unsafe.to_constrc)typeexistential=[%import:EConstr.existential][@@derivingsexp]typeconstr=[%import:EConstr.constr][@@derivingsexp]typetypes=[%import:EConstr.types][@@derivingsexp]typeunsafe_judgment=[%import:EConstr.unsafe_judgment][@@derivingsexp]