File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1593,8 +1593,8 @@ _∙'_ {x = x} p q = transport (λ i → x ≡ q i) p
1593
1593
Since we know that `transport`{.Agda} reduces when applied to type
1594
1594
formers, the definition above is *not* neutral, even when $p$ and $q$
1595
1595
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
1598
1598
of paths is, pointwise, transport along the base. But this can't be the
1599
1599
case, since $t$ has endpoints
1600
1600
You can’t perform that action at this time.
0 commit comments