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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
algebra/all_algebra.v
algebra/archimedean.v
algebra/countalg.v
algebra/finalg.v
algebra/fraction.v
algebra/intdiv.v
algebra/interval.v
algebra/interval_inference.v
algebra/matrix.v
algebra/mxalgebra.v
algebra/mxpoly.v
algebra/mxred.v
algebra/num_theory/orderedzmod.v
algebra/num_theory/numdomain.v
algebra/num_theory/numfield.v
algebra/num_theory/ssrnum.v
algebra/polydiv.v
algebra/poly.v
algebra/polyXY.v
algebra/qpoly.v
algebra/rat.v
algebra/ring_quotient.v
algebra/ssralg.v
algebra/ssrint.v
algebra/vector.v
algebra/zmodp.v
algebra/sesquilinear.v
algebra/spectral.v
all/all.v
character/all_character.v
character/character.v
character/classfun.v
character/inertia.v
character/integral_char.v
character/mxabelem.v
character/mxrepresentation.v
character/vcharacter.v
field/algC.v
field/algebraics_fundamentals.v
field/algnum.v
field/all_field.v
field/closed_field.v
field/cyclotomic.v
field/falgebra.v
field/fieldext.v
field/finfield.v
field/galois.v
field/qfpoly.v
field/separable.v
fingroup/action.v
fingroup/all_fingroup.v
fingroup/automorphism.v
fingroup/fingroup.v
fingroup/gproduct.v
fingroup/morphism.v
fingroup/perm.v
fingroup/presentation.v
fingroup/quotient.v
solvable/abelian.v
solvable/all_solvable.v
solvable/alt.v
solvable/burnside_app.v
solvable/center.v
solvable/commutator.v
solvable/cyclic.v
solvable/extraspecial.v
solvable/extremal.v
solvable/finmodule.v
solvable/frobenius.v
solvable/gfunctor.v
solvable/gseries.v
solvable/hall.v
solvable/jordanholder.v
solvable/maximal.v
solvable/nilpotent.v
solvable/pgroup.v
solvable/primitive_action.v
solvable/sylow.v
boot/all_boot.v
boot/bigop.v
boot/binomial.v
boot/choice.v
boot/div.v
boot/eqtype.v
boot/finfun.v
boot/fingraph.v
boot/finset.v
boot/fintype.v
boot/generic_quotient.v
boot/monoid.v
boot/nmodule.v
boot/path.v
boot/prime.v
boot/seq.v
boot/ssrAC.v
boot/ssrbool.v
boot/ssreflect.v
boot/ssrfun.v
boot/ssrmatching.v
boot/ssrnat.v
boot/ssrnotations.v
boot/tuple.v
order/all_order.v
order/preorder.v
order/order.v
ssreflect/all_ssreflect.v
-I .
-R . mathcomp
# Warnings set as error to avoid (re)introducing them
-arg -w -arg +duplicate-clear
-arg -w -arg +non-primitive-record
-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
-arg -w -arg -elpi.add-const-for-axiom-or-sectionvar
# 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
# introduced in MathComp 2.4.0, to be removed in a few versions
-arg -w -arg -mathcomp-subset-itv
# introduced in Rocq 9.2
-arg -w -arg +level-tolerance
|