1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
all_algebra.v
archimedean.v
countalg.v
finalg.v
fraction.v
intdiv.v
interval.v
interval_inference.v
matrix.v
mxalgebra.v
mxpoly.v
mxred.v
polydiv.v
poly.v
polyXY.v
qpoly.v
rat.v
ring_quotient.v
ssralg.v
ssrint.v
num_theory/orderedzmod.v
num_theory/numdomain.v
num_theory/numfield.v
num_theory/ssrnum.v
vector.v
zmodp.v
sesquilinear.v
spectral.v
-R . mathcomp.algebra
# Warnings set as error to avoid (re)introducing them
-arg -w -arg +duplicate-clear
-arg -w -arg +undeclared-scope
-arg -w -arg +deprecated-hint-without-locality
-arg -w -arg +deprecated-hint-rewrite-without-locality
# Warnings we don't really know how to handle
-arg -w -arg -projection-no-head-constant
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -notation-overridden
-arg -w -arg -ambiguous-paths
# handle the following one when requiring Rocq >= 9.0
-arg -w -arg -deprecated-from-Coq
# remove this one when requiring Rocq >= 9.0
-arg -w -arg -overwriting-delimiting-key
|