diff options
Diffstat (limited to 'mathcomp/ssreflect/path.v')
| -rw-r--r-- | mathcomp/ssreflect/path.v | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mathcomp/ssreflect/path.v b/mathcomp/ssreflect/path.v index 94873a8..dd67256 100644 --- a/mathcomp/ssreflect/path.v +++ b/mathcomp/ssreflect/path.v @@ -159,8 +159,7 @@ Qed. End Paths. -Arguments pathP [T e x p]. -Prenex Implicits pathP. +Arguments pathP {T e x p}. Section EqPath. @@ -687,10 +686,10 @@ Qed. End EqTrajectory. -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. +Arguments fpathP {T f x p}. +Arguments loopingP {T f x n}. +Arguments trajectP {T f x n y}. +Prenex Implicits traject. Section UniqCycle. |
