aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/seq.v
diff options
context:
space:
mode:
authorEnrico2018-03-20 22:23:39 +0100
committerGitHub2018-03-20 22:23:39 +0100
commitae8e96a37644a4d1cded1b13acf031d1325b68b4 (patch)
tree12b1367edce028767f8e9ebea319b7788705ae64 /mathcomp/ssreflect/seq.v
parent3d59940ff4601713e8395f6b7e5c525501183731 (diff)
parent2525c33691e25f837b7dca31d4c702199b3dbc5d (diff)
Merge pull request #185 from jashug/deprecate-arguments-scope
Change deprecated Arguments Scope to Arguments
Diffstat (limited to 'mathcomp/ssreflect/seq.v')
-rw-r--r--mathcomp/ssreflect/seq.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/seq.v b/mathcomp/ssreflect/seq.v
index c1bf999..4347983 100644
--- a/mathcomp/ssreflect/seq.v
+++ b/mathcomp/ssreflect/seq.v
@@ -169,7 +169,7 @@ Notation Cons T := (@cons T) (only parsing).
Notation Nil T := (@nil T) (only parsing).
Bind Scope seq_scope with list.
-Arguments Scope cons [type_scope _ seq_scope].
+Arguments cons _%type _ _%SEQ.
(* As :: and ++ are (improperly) declared in Init.datatypes, we only rebind *)
(* them here. *)