Tags

computational comonad

A computational comonad on a category is a quadruple , where is a comonad on and is a natural transformation satisfying the following equations for all objects :

class Comonad w => Computational w where
  unit :: a -> w a
  -- extract . unit = id
  -- duplicate . unit = unit . unit

Author: Nicholas Coltharp (mail@heraplem.xyz)

Last modified: 2026-05-18 Mon 17:22

Emacs 30.2 (Org mode 9.7.11)

Validate