module Fm: sig .. end
sig
end
module type EXTENDED_Polynome = sig .. end
module Make: functor (X : Sig.X) -> functor (P : EXTENDED_Polynome with type r = X.r) -> Sig.RELATION with type r = X.r
functor (
X
:
Sig.X
) ->
P
EXTENDED_Polynome
with type r = X.r
Sig.RELATION