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
|
action.v
all_fingroup.v
automorphism.v
fingroup.v
gproduct.v
morphism.v
perm.v
presentation.v
quotient.v
-R . mathcomp.fingroup
-arg -w -arg -projection-no-head-constant
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -notation-overridden
-arg -w -arg +duplicate-clear
-arg -w -arg -ambiguous-paths
-arg -w -arg +undeclared-scope
-arg -w -arg +deprecated-hint-without-locality
-arg -w -arg +deprecated-hint-rewrite-without-locality
-arg -w -arg -opaque-let
-arg -w -arg -argument-scope-delimiter
-arg -w -arg -overwriting-delimiting-key
# handle the two following one when requiring Coq >= 8.20
-arg -w -arg -closed-notation-not-level-0
-arg -w -arg -postfix-notation-not-level-1
|