aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/seq.v
diff options
context:
space:
mode:
authorGeorges Gonthier2018-11-19 12:07:18 +0100
committerGitHub2018-11-19 12:07:18 +0100
commitb8eff1fceb2cf4466b6904b33410a64158f87bc3 (patch)
tree063fbd57d32aa8653848d8018dffd7ec5aae780d /mathcomp/ssreflect/seq.v
parentd7eab0e77bbd8c79919a707c5844c5e6c4e4c89b (diff)
parent851d7d2dd8d968a00c2c7043ab4c1a7d5c943389 (diff)
Merge pull request #242 from anton-trunov/remove-canonical-for-mixins
Document and review the usage of canonical Equality mixins
Diffstat (limited to 'mathcomp/ssreflect/seq.v')
-rw-r--r--mathcomp/ssreflect/seq.v16
1 files changed, 8 insertions, 8 deletions
diff --git a/mathcomp/ssreflect/seq.v b/mathcomp/ssreflect/seq.v
index 4e4c77b..9c13df3 100644
--- a/mathcomp/ssreflect/seq.v
+++ b/mathcomp/ssreflect/seq.v
@@ -1309,14 +1309,14 @@ Definition inE := (mem_seq1, in_cons, inE).
Prenex Implicits mem_seq1 uniq undup index.
-Arguments eqseqP [T x y].
-Arguments hasP [T a s].
-Arguments hasPn [T a s].
-Arguments allP [T a s].
-Arguments allPn [T a s].
-Arguments nseqP [T n x y].
-Arguments count_memPn [T x s].
-Prenex Implicits eqseqP hasP hasPn allP allPn nseqP count_memPn.
+Arguments eqseq {T} !_ !_.
+Arguments eqseqP {T x y}.
+Arguments hasP {T a s}.
+Arguments hasPn {T a s}.
+Arguments allP {T a s}.
+Arguments allPn {T a s}.
+Arguments nseqP {T n x y}.
+Arguments count_memPn {T x s}.
Section NthTheory.