Context.Wrappermodule type S = sig ... endContext wrappers translate from/to node-context and node-pvmstate PVMs internal representation to those used in the PVM. Also provides conversion functions from/to mutable and immutable PVM types. Each different PVM context will imply a dedicated wrapper.
module Make
(C : Context_sigs.S) :
S
with type repo = C.repo
and type state = C.state
and type mut_state = C.mut_stateSpecialized module to handle translation to/from a specific context backend implementation