diff options
| author | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
| commit | 2525c33691e25f837b7dca31d4c702199b3dbc5d (patch) | |
| tree | 7937f252a0818909c715ccc20f3611a4f5c482d5 /mathcomp/ssreflect/seq.v | |
| parent | 6f075b64b936de9ee4fa79ea4dc1d2fb9b9cf2c8 (diff) | |
Change deprecated Arguments Scope to Arguments
Diffstat (limited to 'mathcomp/ssreflect/seq.v')
| -rw-r--r-- | mathcomp/ssreflect/seq.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/seq.v b/mathcomp/ssreflect/seq.v index a562879..4de8af0 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. *) |
