12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273(************************************************************************)(* 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 *)(************************************************************************)openSexplib.ConvmoduleNames=Ser_namesmoduleSorts=Ser_sortstype'abinder_annot=[%import:'aContext.binder_annot][@@derivingsexp,yojson]moduleRel=structmoduleDeclaration=structtype('constr,'types)pt=[%import:('constr,'types)Context.Rel.Declaration.pt][@@derivingsexp]endtype('constr,'types)pt=[%import:('constr,'types)Context.Rel.pt][@@derivingsexp]endmoduleNamed=structmoduleDeclaration=structtype('constr,'types)pt=[%import:('constr,'types)Context.Named.Declaration.pt][@@derivingsexp]endtype('constr,'types)pt=[%import:('constr,'types)Context.Named.pt][@@derivingsexp]endmoduleCompacted=structmoduleDeclaration=structtype('constr,'types)pt=[%import:('constr,'types)Context.Compacted.Declaration.pt][@@derivingsexp]endtype('constr,'types)pt=[%import:('constr,'types)Context.Compacted.pt][@@derivingsexp]end