File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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
15931593Since we know that `transport`{.Agda} reduces when applied to type
15941594formers, the definition above is *not* neutral, even when $p$ and $q$
15951595are 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
15981598of paths is, pointwise, transport along the base. But this can't be the
15991599case, since $t$ has endpoints
16001600
Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ renderMarkdown authors references modname baseUrl digest markdown@(Pandoc (Meta
452452don'tFold :: Set. Set Text
453453don'tFold = Set. fromList
454454 [ " `⟨" -- used in CC.Lambda
455+ , " ‶⟨" -- used in Cat.Diagram.Product.Solver
455456 ]
456457
457458-- | Removes the RHS of equation reasoning steps?? IDK, ask Amelia.
You can’t perform that action at this time.
0 commit comments