change text to better reflect current state

master
Rachel Lambda Samuelsson 2022-10-28 16:23:22 +02:00
parent b5b90ddd37
commit 8d082302f9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ open import CwF.Base
module CwF.Structures where
```
This file defines several additional structures a CwF might have, such as pi types, universes, sigma types, and identity types.
This file defines several additional structures a CwF might have, such as pi types, universes, sigma types, and identity types. (currently only pi types)
First are pi types, because a type theory without them are pretty uninteresting.
```