aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/fingroup
diff options
context:
space:
mode:
authorEnrico Tassi2020-01-21 07:49:42 +0100
committerGitHub2020-01-21 07:49:42 +0100
commitd3f5e11aa1bbdf6ee4a111bf4641d162d289340f (patch)
treecfbffa5bcb66e1eb27c14eb79c1aea01fe3b758f /mathcomp/fingroup
parent2646a263ba499f50ad09816ef76bea683517da26 (diff)
parentfaa2b32bac7454bcec366d9790b6f14331e297b0 (diff)
Merge pull request #452 from SimonBoulier/non_maximal_implicit
Adapt to coq/coq#11368 (Turn trailing implicit warning into an error)
Diffstat (limited to 'mathcomp/fingroup')
-rw-r--r--mathcomp/fingroup/fingroup.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/fingroup/fingroup.v b/mathcomp/fingroup/fingroup.v
index 699a1ba..b90b35a 100644
--- a/mathcomp/fingroup/fingroup.v
+++ b/mathcomp/fingroup/fingroup.v
@@ -1839,8 +1839,8 @@ Arguments trivgP {gT G}.
Arguments trivGP {gT G}.
Arguments lcoset_eqP {gT G x y}.
Arguments rcoset_eqP {gT G x y}.
-Arguments mulGidPl [gT G H].
-Arguments mulGidPr [gT G H].
+Arguments mulGidPl {gT G H}.
+Arguments mulGidPr {gT G H}.
Arguments comm_group_setP {gT G H}.
Arguments class_eqP {gT G x y}.
Arguments repr_classesP {gT G xG}.