details
This commit is contained in:
parent
d79909bfd6
commit
3f89a07add
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue