Why Nostr? What is Njump?
2024-01-18 16:33:22

Jesper Agdakx 🔸 on Nostr: #Agda hivemind please help me: what is the correct definition of the Delay monad ...

#Agda hivemind please help me: what is the correct definition of the Delay monad transformer? Is it

DelayT : (m : Set → Set) (a : Set) (i : Size) → Set
DelayT m a i = Delay (m a) i

or

DelayT : (m : Set → Set) (a : Set) (i : Size) → Set
DelayT m a i = m (Delay a i)

?
Author Public Key
npub19g08hs25dvevtvylm49vv369qswlan35uhuz6uqz07s92wdspzus4jgnhc