CwFs: grammatical error (last small commit today, I promise)

master
Rachel Lambda Samuelsson 2022-10-08 13:21:59 +02:00
parent 79d8c80446
commit efd7a84631
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ record is-CwF {o h f : _} (𝓒 : Precategory o h) : Type (lsuc (o ⊔ h ⊔ f))
𝓕 : Functor (𝓒 ^op) (Fams f)
```
Two functions, $Ty$ and $Tm$ are defined in terms of $\mathcal F$, giving a contexts set of syntactic types, and terms respectively.
Two functions, $Ty$ and $Tm$ are defined in terms of $\mathcal F$, giving a context's set of syntactic types, and terms respectively.
```
open Precategory 𝓒
open Functor 𝓕