polynomial
Polynomial
type natural_with_infinity =
| Natural of int
| Infinity
General module signature for a ring (A, +, *, 0_A, 1_A)
(A, +, *, 0_A, 1_A)
module type UNIVARIATE = sig ... end
Univariate polynomials
module MakeUnivariate (R : Ff_sig.PRIME) : UNIVARIATE with type scalar = R.t
Make(Fp) builds a module of type T where the coefficients are in the prime field Fp
Make(Fp)
T