1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162(************************************************************************)(* 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-2018 MINES ParisTech *)(************************************************************************)(* Status: Experimental *)(************************************************************************)openSexplib.ConvmoduleFuture=Ser_futuremoduleNames=Ser_namesmoduleUniv=Ser_univmoduleConstr=Ser_constrmoduleMod_subst=Ser_mod_substtype_work_list=(Univ.Instance.t*Names.Id.tarray)Names.Cmap.t*(Univ.Instance.t*Names.Id.tarray)Names.Mindmap.t(* Problem with map modules *)(* [%import: Opaqueproof.work_list] *)[@@derivingsexp]typework_list=Opaqueproof.work_listletwork_list_of_sexpx=Obj.magic(_work_list_of_sexpx)letsexp_of_work_listx=sexp_of__work_list(Obj.magicx)typecooking_info=[%import:Opaqueproof.cooking_info][@@derivingsexp]typeproofterm=(Constr.constr*Univ.ContextSet.t)Future.computation[@@derivingsexp]type_opaque=|IndirectofMod_subst.substitutionlist*Names.DirPath.t*int(* subst, lib, index *)|Directofcooking_infolist*proofterm[@@derivingsexp]typeopaque=[%import:Opaqueproof.opaque]letsexp_of_opaquex=sexp_of__opaque(Obj.magicx)letopaque_of_sexpx=Obj.magic(_opaque_of_sexpx)moduleMap=Ser_cMap.Make(Int.Map)(Ser_int)type_opaquetab={opaque_val:(cooking_infolist*proofterm)Map.t;(** Actual proof terms *)opaque_len:int;(** Size of the above map *)opaque_dir:Names.DirPath.t;}[@@derivingsexp]typeopaquetab=[%import:Opaqueproof.opaquetab]letsexp_of_opaquetabx=sexp_of__opaquetab(Obj.magicx)letopaquetab_of_sexpx=Obj.magic(_opaquetab_of_sexpx)