File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Inclusion {c} {ℓ₁} e = record
3939 }
4040 }
4141
42- -- Trunc is left-adjoint to the inclusion functor from Setoids to Groupoids
42+ -- Trunc is left-adjoint to the inclusion functor from Posets to Categories
4343
4444TruncAdj : ∀ {o ℓ e} → Trunc ⊣ Inclusion {o} {ℓ} e
4545TruncAdj {o} {ℓ} {e} = record
Original file line number Diff line number Diff line change 22
33module Categories.Functor.Instance.01-Truncation where
44
5- -- (0,1)-trucation of categories as a functor from Cats to Posets.
5+ -- (0,1)-truncation of categories as a functor from Cats to Posets.
66--
7- -- This is the right -adjoint of the inclusion functor from Posets to
7+ -- This is the left -adjoint of the inclusion functor from Posets to
88-- Cats (see Categories.Functor.Adjoint.Instance.01-Truncation)
99
1010open import Level using (_⊔_)
You can’t perform that action at this time.
0 commit comments