Module Mavryk_raw_protocol_alpha.Votes_EMA_repr

module type EMA_PARAMETERS = sig ... end
module type T = sig ... end
module Make (_ : EMA_PARAMETERS) : T