Sc_rollups.PVM
module type PROTO_ORIGINATION = Sc_rollup_PVM_sig.PROTO_ORIGINATION
module type PROTO_VERIFICATION = Sc_rollup_PVM_sig.PROTO_VERIFICATION
module type S = sig ... end
type ('state, 'proof, 'output) implementation =
(module PROTO_VERIFICATION
with type output_proof = 'output
and type proof = 'proof
and type state = 'state)