12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061(************************************************************************)(* * The Coq Proof Assistant / The Coq Development Team *)(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)(* <O___,, * (see CREDITS file for the list of authors) *)(* \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) *)(************************************************************************)(************************************************************************)(* Coq serialization API/Plugin *)(* Copyright 2016-2019 MINES ParisTech *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)(* Status: Very Experimental *)(************************************************************************)openSexplib.StdopenPpx_hash_lib.Std.Hash.BuiltinopenPpx_compare_lib.BuiltinmoduleNames=Ser_namesmoduleUniv=Ser_univmoduleConstr=Ser_constrtypeabstr_info={abstr_ctx:Constr.named_context;abstr_auctx:Univ.AbstractContext.t;abstr_ausubst:Univ.Instance.t;}[@@derivingsexp,yojson,hash,compare]typeabstr_inst_info={abstr_rev_inst:Names.Id.tlist;abstr_uinst:Univ.Instance.t;}[@@derivingsexp,yojson,hash,compare]type'aentry_map='aNames.Cmap.t*'aNames.Mindmap.t[@@derivingsexp,yojson,hash,compare]typeexpand_info=abstr_inst_infoentry_map[@@derivingsexp,yojson,hash,compare]moduleCIP=structtype_t={expand_info:expand_info;abstr_info:abstr_info;}[@@derivingsexp,yojson,hash,compare]typet=[%import:Cooking.cooking_info]endmoduleB_=SerType.Pierce(CIP)typecooking_info=B_.tletsexp_of_cooking_info=B_.sexp_of_tletcooking_info_of_sexp=B_.t_of_sexpletcooking_info_of_yojson=B_.of_yojsonletcooking_info_to_yojson=B_.to_yojsonlethash_cooking_info=B_.hashlethash_fold_cooking_info=B_.hash_fold_tletcompare_cooking_info=B_.compare