Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt committed Aug 21, 2023
1 parent 9981d51 commit e59f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Locales/Spectrality.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ compact opens i.e. all the opens it gives being compact opens.
\begin{code}

consists-of-compact-opens : (X : Locale 𝓤 𝓥 𝓦) → Fam 𝓦 ⟨ 𝒪 X ⟩ → Ω (𝓤 ⊔ 𝓥 ⊔ 𝓦 ⁺)
consists-of-compact-opens X U = Ɐ i ꞉ index U , is-compact-open X (U [ i ])
consists-of-compact-opens X S = Ɐ i ꞉ index S , is-compact-open X (S [ i ])

\end{code}

Expand Down

0 comments on commit e59f8a9

Please sign in to comment.