Module Nsatz_plugin.Polynom

module type Coef = sig ... end
module type S = sig ... end
module Make (C : Coef) : S with type coef = C.t