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
|
all_boot.v
eqtype.v
seq.v
ssrAC.v
ssrbool.v
ssreflect.v
ssrfun.v
ssrnat.v
bigop.v
binomial.v
choice.v
div.v
finfun.v
fingraph.v
finset.v
fintype.v
generic_quotient.v
monoid.v
nmodule.v
path.v
prime.v
tuple.v
ssrnotations.v
ssrmatching.v
-I .
-R . mathcomp.boot
# 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 ones 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
|