update index

This commit is contained in:
Leon Vatthauer 2023-11-20 11:41:57 +01:00
parent b74ecf373c
commit aaa48e4240
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -80,9 +80,10 @@ open import Monad.Instance.K.Commutative
open import Monad.Instance.K.EquationalLifting 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 ```agda
open import Monad.PreElgot open import Monad.PreElgot
open import Monad.Instance.K.PreElgot open import Monad.Instance.K.PreElgot
open import Monad.Instance.K.StrongPreElgot
``` ```