Skip to content

Commit 8b84788

Browse files
committed
chore: fix two dots after λ
1 parent 448b4bd commit 8b84788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/1Lab/Path.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,8 @@ _∙'_ {x = x} p q = transport (λ i → x ≡ q i) p
15931593
Since we know that `transport`{.Agda} reduces when applied to type
15941594
formers, the definition above is *not* neutral, even when $p$ and $q$
15951595
are variables. But what does it reduce *to*? A natural attempt would be
1596-
to say that, at a point $i : \bI$, the path $\transport{(\lam{i}. x \is
1597-
q(i))}{p}$ is $t = \transport{(\lam{i}. A)}{p(i)}$ --- i.e., transport
1596+
to say that, at a point $i : \bI$, the path $\transport{(\lam{i} x \is
1597+
q(i))}{p}$ is $t = \transport{(\lam{i} A)}{p(i)}$ --- i.e., transport
15981598
of paths is, pointwise, transport along the base. But this can't be the
15991599
case, since $t$ has endpoints
16001600

0 commit comments

Comments
 (0)