Skip to content

Commit

Permalink
fixup: actually get it compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
plt-amy committed Aug 17, 2023
1 parent 5f3cf3c commit 31218a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Cat/Diagram/Idempotent.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ is-split→is-idempotent {f = f} spl =

It's not the case that idempotents are split in every category. Those
where this is the case are called **idempotent-complete**. Every
category can be embedded, by a [full and faithful] functor, into an
category can be embedded, by a [[fully faithful]] functor, into an
idempotent-complete category; This construction is called the [Karoubi
envelope] of $\cC$.

[full and faithful]: Cat.Functor.Properties.html#ff-functors
[Karoubi envelope]: Cat.Instances.Karoubi.html

```agda
Expand Down
1 change: 1 addition & 0 deletions src/Cat/Displayed/Comprehension.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module Cat.Displayed.Comprehension
```agda
open Cat.Reasoning B
open Cat.Displayed.Reasoning E
open Displayed E
open Functor
open _=>_
open Total-hom
Expand Down
1 change: 1 addition & 0 deletions src/Cat/Displayed/GenericObject.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module Cat.Displayed.GenericObject
open Precategory B
open Cat.Displayed.Morphism E
open Cat.Displayed.Reasoning E
open Displayed E
open Functor
```
-->
Expand Down
1 change: 1 addition & 0 deletions src/Cat/Displayed/Univalence.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private
module ∫E = Cat.Reasoning (∫ E)
module E = Cat.Displayed.Reasoning E
open Cat.Displayed.Morphism E
open Displayed E
open Total-hom
open E
```
Expand Down
1 change: 1 addition & 0 deletions src/Cat/Displayed/Univalence/Reasoning.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private module B = Cr B
open Cat.Displayed.Univalence E
open Cat.Displayed.Reasoning E
open Cat.Displayed.Morphism E
open Displayed E
open _≅[_]_
```
-->
Expand Down

0 comments on commit 31218a6

Please sign in to comment.