1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556(************************************************************************)(* 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_substtypeproofterm=(Constr.constr*Univ.ContextSet.t)Future.computation[@@derivingsexp]typework_list=[%import:Opaqueproof.work_list][@@derivingsexp]typecooking_info=[%import:Opaqueproof.cooking_info][@@derivingsexp]type_opaque=|IndirectofMod_subst.substitutionlist*cooking_infolist*Names.DirPath.t*int(* subst, discharge, lib, index *)[@@derivingsexp]typeopaque=[%import:Opaqueproof.opaque]letsexp_of_opaquex=sexp_of__opaque(Obj.magicx)letopaque_of_sexp x=Obj.magic(_opaque_of_sexpx)moduleMap=Ser_cMap.Make(Int.Map)(Ser_int)type_opaquetab={opaque_val:prooftermMap.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)