aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/path.v
diff options
context:
space:
mode:
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.