Module Nsatz_plugin.Polynom

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