Distribution.Polynomial_protocol
module type S = sig ... end
module type Super = sig ... end
module MakeSuper
(PC : Kzg_pack.Super_PC_sig)
(Answers_commitment : Plonk.Input_commitment.S) :
Super with module PC = PC with module Answers_commitment = Answers_commitment