123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * Copyright INRIA, CNRS and contributors *)(* <O___,, * (see version control and CREDITS file for authors & dates) *)(* VV/ **************************************************************)(* // * This file is distributed under the terms of the *)(* * GNU Lesser General Public License Version 2.1 *)(* * (see LICENSE file for the text of the license) *)(************************************************************************)(************************************************************************)(* SerAPI: Coq interaction protocol with bidirectional serialization *)(************************************************************************)(* Copyright 2016-2019 MINES ParisTech -- License LGPL 2.1+ *)(* Copyright 2019-2023 Inria -- License LGPL 2.1+ *)(* Written by: Emilio J. Gallego Arias and others *)(************************************************************************)moduleNames=Ser_namesmoduleDeclarations=Ser_declarationsmoduleMod_subst=Ser_mod_substmoduleRetroknowledge=Ser_retroknowledgemoduleMBO=structtypet=Mod_declarations.module_bodyletname="module_body"endmoduleMTO=structtypet=Mod_declarations.module_type_bodyletname="module_type_body"endmoduleMB=SerType.Opaque(MBO)moduleMT=SerType.Opaque(MTO)typemodule_body=MB.t[@@derivingsexp,yojson,hash,compare]typemodule_type_body=MT.t[@@derivingsexp,yojson,hash,compare]typestructure_body=[%import:Mod_declarations.structure_body][@@derivingsexp,yojson,hash,compare]typemodule_signature=[%import:Mod_declarations.module_signature][@@derivingsexp,yojson,hash,compare]