123456789101112131415161718192021222324252627282930313233343536(************************************************************************)(* 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-2019 MINES ParisTech *)(************************************************************************)(* Status: Experimental *)(************************************************************************)(* open Sexplib.Std *)moduleNames=Ser_namesmoduleOD=structtypet=Mod_subst.delta_resolverletname="Mod_subst.delta_resolver"endmoduleA_=SerType.Opaque(OD)typedelta_resolver=A_.t[@@derivingsexp,yojson,hash,compare]moduleOS=structtypet=Mod_subst.substitutionletname="Mod_subst.substitution"endmoduleB_=SerType.Opaque(OS)typesubstitution=B_.t[@@derivingsexp,yojson,hash,compare]