diff options
| author | Enrico | 2018-03-20 22:23:39 +0100 |
|---|---|---|
| committer | GitHub | 2018-03-20 22:23:39 +0100 |
| commit | ae8e96a37644a4d1cded1b13acf031d1325b68b4 (patch) | |
| tree | 12b1367edce028767f8e9ebea319b7788705ae64 /mathcomp/algebra/matrix.v | |
| parent | 3d59940ff4601713e8395f6b7e5c525501183731 (diff) | |
| parent | 2525c33691e25f837b7dca31d4c702199b3dbc5d (diff) | |
Merge pull request #185 from jashug/deprecate-arguments-scope
Change deprecated Arguments Scope to Arguments
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 b54e586..ec9fcc5 100644 --- a/mathcomp/algebra/matrix.v +++ b/mathcomp/algebra/matrix.v @@ -2660,7 +2660,7 @@ Coercion GLval ph (u : GLtype ph) : 'M[R]_n.-1.+1 := End FinUnitMatrix. Bind Scope group_scope with GLtype. -Arguments Scope GLval [nat_scope _ _ group_scope]. +Arguments GLval _%N _ _ _%g. Prenex Implicits GLval. Notation "{ ''GL_' n [ R ] }" := (GLtype n (Phant R)) |
