aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/path.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/path.v
parent13f26ccc09f87b222f9601892f085276a6ddb8c0 (diff)
Change Implicit Arguments to Arguments in ssreflect
Diffstat (limited to 'mathcomp/ssreflect/path.v')
-rw-r--r--mathcomp/ssreflect/path.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/mathcomp/ssreflect/path.v b/mathcomp/ssreflect/path.v
index 4f3beb4..e649cbe 100644
--- a/mathcomp/ssreflect/path.v
+++ b/mathcomp/ssreflect/path.v
@@ -159,7 +159,7 @@ Qed.
End Paths.
-Implicit Arguments pathP [T e x p].
+Arguments pathP [T e x p].
Prenex Implicits pathP.
Section EqPath.
@@ -687,9 +687,9 @@ Qed.
End EqTrajectory.
-Implicit Arguments fpathP [T f x p].
-Implicit Arguments loopingP [T f x n].
-Implicit Arguments trajectP [T f x n y].
+Arguments fpathP [T f x p].
+Arguments loopingP [T f x n].
+Arguments trajectP [T f x n y].
Prenex Implicits traject fpathP loopingP trajectP.
Section UniqCycle.