This commit is contained in:
Michael Zhang 2023-03-22 00:32:28 -05:00
parent d79909bfd6
commit 3f89a07add

View file

@ -1,6 +1,8 @@
Path2
===
<details>
<summary>Basics (Path, transport, ap, etc.)</summary>
```
{-# OPTIONS --without-K --rewriting #-}
@ -70,6 +72,7 @@ apd {A} {B} f p = path-ind D d p
d : (x : A) → D x x (refl x)
d x = refl (f x)
```
</details>
```
-- Path products