Skip to content

Commit

Permalink
Add to the index and add a new section on the DiscreteLocale directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt committed Sep 17, 2024
1 parent 9db6bc7 commit 989bcdc
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions source/Locales/index.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ import Locales.Compactness.Properties

\end{code}

\section{The discrete locale}

The `DiscreteLocale` directory contains

1. Definition of the discrete locale over a set.
2. Construction of a directed basis for the discrete locale.
3. The discrete locale on the type of Booleans.
4. Properties of the discrete locale on the type of Booleans.

\begin{code}

import Locales.DiscreteLocale.Basis
import Locales.DiscreteLocale.Definition
import Locales.DiscreteLocale.Two
import Locales.DiscreteLocale.Two-Properties

\end{code}

\begin{code}

import Locales.AdjointFunctorTheoremForFrames -- (1)
Expand Down Expand Up @@ -154,11 +172,6 @@ import Locales.Point.SpectralPoint-Definition

import Locales.TerminalLocale.Properties

import Locales.DiscreteLocale.Definition

import Locales.DiscreteLocale.Two
import Locales.DiscreteLocale.Two-Properties

import Locales.SIP.FrameSIP
import Locales.SIP.DistributiveLatticeSIP

Expand Down

0 comments on commit 989bcdc

Please sign in to comment.