Module AltErgoLib.Polynome

exception Not_a_num
exception Maybe_zero
module type S = sig ... end
module type T = sig ... end
module type EXTENDED_Polynome = sig ... end
module Make (X : S) : T with type r = X.r