123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354(************************************************************************)(* 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](* type work_list =
* [%import: Opaqueproof.work_list]
* [@@deriving sexp]
*
* type cooking_info =
* [%import: Opaqueproof.cooking_info]
* [@@deriving sexp]
*)type'cooking_info_opaque=|IndirectofMod_subst.substitutionlist*'cooking_infolist*Names.DirPath.t*int(* subst, discharge, lib, index *)[@@derivingsexp]typeopaque=[%import:'aOpaqueproof.opaque]letsexp_of_opaquefx=sexp_of__opaquef(Obj.magicx)letopaque_of_sexpfx=Obj.magic(_opaque_of_sexpfx)moduleMap=Ser_cMap.Make(Int.Map)(Ser_int)type_opaquetab={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)