mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
minor
This commit is contained in:
parent
8464a80e26
commit
a1046d16e1
3 changed files with 4 additions and 4 deletions
agda/src
Category/Construction
Monad/Instance/K
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue