diff options
| author | Georges Gonthier | 2018-12-04 13:27:53 +0100 |
|---|---|---|
| committer | GitHub | 2018-12-04 13:27:53 +0100 |
| commit | e99b8b9695cdb53492e63077cb0dd551c4a06dc3 (patch) | |
| tree | 9af429f5d53b30de0c44e11ed651403289f39108 /mathcomp/algebra/matrix.v | |
| parent | 03ad994dfee48e1a7b2b7091c45dfdcf4402f826 (diff) | |
| parent | 8c82657e7692049dde4a4c44a2ea53d0c4fa7cb5 (diff) | |
Merge pull request #253 from anton-trunov/arguments
Document parameter names whenever possible
Diffstat (limited to 'mathcomp/algebra/matrix.v')
| -rw-r--r-- | mathcomp/algebra/matrix.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/matrix.v b/mathcomp/algebra/matrix.v index 2501117..3fe8d01 100644 --- a/mathcomp/algebra/matrix.v +++ b/mathcomp/algebra/matrix.v @@ -2663,7 +2663,7 @@ Coercion GLval ph (u : GLtype ph) : 'M[R]_n.-1.+1 := End FinUnitMatrix. Bind Scope group_scope with GLtype. -Arguments GLval {_%N _ _} _%g. +Arguments GLval {n%N R ph} u%g. Notation "{ ''GL_' n [ R ] }" := (GLtype n (Phant R)) (at level 0, n at level 2, format "{ ''GL_' n [ R ] }") : type_scope. |
