mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
update index
This commit is contained in:
parent
b74ecf373c
commit
aaa48e4240
1 changed files with 2 additions and 1 deletions
|
@ -80,9 +80,10 @@ open import Monad.Instance.K.Commutative
|
|||
open import Monad.Instance.K.EquationalLifting
|
||||
```
|
||||
|
||||
and lastly we formalize the notion of *pre-Elgot monad* and show that **K** is the initial pre-Elgot monad.
|
||||
and lastly we formalize the notion of *pre-Elgot monad* and show that **K** is the initial (strong) pre-Elgot monad.
|
||||
|
||||
```agda
|
||||
open import Monad.PreElgot
|
||||
open import Monad.Instance.K.PreElgot
|
||||
open import Monad.Instance.K.StrongPreElgot
|
||||
```
|
Loading…
Reference in a new issue