Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed Aug 10, 2023
1 parent a3645cc commit c7dd4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Cat/Functor/Subcategory.lagda.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--
```agda
open import Cat.Functor.Properties
open import Cat.Univalent
Expand Down
2 changes: 2 additions & 0 deletions src/Order/DCPO/Free.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The [discrete poset] on a set $A$ is a DCPO. To see this, note that
every semi-directed family $f : I \to A$ in a discrete poset is constant.
Furthermore, $f$ is directed, so it is merely inhabited.

[discrete poset]: Order.Instances.Discrete.html

```agda
Disc-is-dcpo : {ℓ} {A : Set ℓ} is-dcpo (Disc A)
Disc-is-dcpo {A = A} .is-dcpo.directed-lubs {Ix = Ix} f dir =
Expand Down

0 comments on commit c7dd4cf

Please sign in to comment.