This commit is contained in:
Leon Vatthauer 2024-02-22 18:04:17 +01:00
parent 8464a80e26
commit a1046d16e1
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ open import Categories.Category.Core
```
-->
# The (Functor-) Category of Pre-Elgot Monads.
# The (Functor-)Category of Pre-Elgot Monads.
```agda
module Category.Construction.PreElgotMonads {o e} (ambient : Ambient o e) where
@ -25,7 +25,7 @@ open M C
open MR C
```
First we define morphisms between pre-Elgot monads:
First we look at morphisms between pre-Elgot monads:
```agda
module _ (P S : PreElgotMonad) where

View file

@ -14,7 +14,7 @@ open import Data.Product using (_,_)
```
-->
# The (Functor) Category of Strong Pre-Elgot Monads.
# The (Functor-)Category of Strong Pre-Elgot Monads.
```agda
module Category.Construction.StrongPreElgotMonads {o e} (ambient : Ambient o e) where

View file

@ -12,7 +12,7 @@ open import Categories.Morphism.Properties
```
-->
# K is an equational lifting monad
# K is an Equational Lifting Monad
```agda
module Monad.Instance.K.EquationalLifting {o e} (ambient : Ambient o e) (MK : MIK.MonadK ambient) where