z
This commit is contained in:
parent
3f89a07add
commit
0434f46f34
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ Path2
|
|||
|
||||
<details>
|
||||
<summary>Basics (Path, transport, ap, etc.)</summary>
|
||||
|
||||
```
|
||||
{-# OPTIONS --without-K --rewriting #-}
|
||||
|
||||
|
@ -72,8 +73,12 @@ 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
|
||||
---
|
||||
|
||||
```
|
||||
-- Path products
|
||||
pr₁ : {A B : Type} {a₁ a₂ : A} {b₁ b₂ : B}
|
||||
|
|
Loading…
Reference in a new issue