aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/tuple.v
diff options
context:
space:
mode:
authorJasper Hugunin2018-02-21 22:41:00 -0800
committerJasper Hugunin2018-02-21 22:41:00 -0800
commit19f9b3e774db1dedca149675f022d65cdeab7e6c (patch)
treec7ef14c60588c4595fc7d0b1740383d4429f5fcb /mathcomp/ssreflect/tuple.v
parent13f26ccc09f87b222f9601892f085276a6ddb8c0 (diff)
Change Implicit Arguments to Arguments in ssreflect
Diffstat (limited to 'mathcomp/ssreflect/tuple.v')
-rw-r--r--mathcomp/ssreflect/tuple.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/ssreflect/tuple.v b/mathcomp/ssreflect/tuple.v
index 7023bb4..e06bd38 100644
--- a/mathcomp/ssreflect/tuple.v
+++ b/mathcomp/ssreflect/tuple.v
@@ -266,8 +266,8 @@ Proof. by rewrite -existsb_tnth; apply: existsP. Qed.
End TupleQuantifiers.
-Implicit Arguments all_tnthP [n T a t].
-Implicit Arguments has_tnthP [n T a t].
+Arguments all_tnthP [n T a t].
+Arguments has_tnthP [n T a t].
Section EqTuple.