auto gitdoc commit

This commit is contained in:
Michael Zhang 2024-04-22 03:00:13 +00:00
parent fc151b6421
commit b1c849c538

View file

@ -18,7 +18,7 @@ isSet A = (x y : A) → (p q : x ≡ y) → p ≡ q
```
𝟙-is-Set : isSet 𝟙
𝟙-is-Set tt tt p q = {! !}
𝟙-is-Set tt tt p q = J (λ x y p' → p' ≡ q) (λ x → {! !}) tt tt p
```
### Example 3.1.3