diff options
| author | Anton Trunov | 2018-11-20 17:51:11 +0100 |
|---|---|---|
| committer | Anton Trunov | 2018-11-21 16:23:02 +0100 |
| commit | f049e51c39077a025907ea87c08178dad1841801 (patch) | |
| tree | 2ffb41f5afa11a147989c8efcc1dcb295ae2ed2b /mathcomp/solvable/nilpotent.v | |
| parent | 967088a6f87405a93ce21971392c58996df8c99f (diff) | |
Merge Arguments and Prenex Implicits
See the discussion here:
https://github.com/math-comp/math-comp/pull/242#discussion_r233778114
Diffstat (limited to 'mathcomp/solvable/nilpotent.v')
| -rw-r--r-- | mathcomp/solvable/nilpotent.v | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mathcomp/solvable/nilpotent.v b/mathcomp/solvable/nilpotent.v index 387ce34..d631919 100644 --- a/mathcomp/solvable/nilpotent.v +++ b/mathcomp/solvable/nilpotent.v @@ -75,10 +75,9 @@ Definition solvable := End PropertiesDefs. -Arguments nilpotent _ _%g. -Arguments nil_class _ _%g. -Arguments solvable _ _%g. -Prenex Implicits nil_class nilpotent solvable. +Arguments nilpotent {_} _%g. +Arguments nil_class {_} _%g. +Arguments solvable {_} _%g. Section NilpotentProps. |
