English

Breaking a monad-comonad symmetry between computational effects

Logic in Computer Science 2014-02-13 v1 Category Theory

Abstract

Computational effects may often be interpreted in the Kleisli category of a monad or in the coKleisli category of a comonad. The duality between monads and comonads corresponds, in general, to a symmetry between construction and observation, for instance between raising an exception and looking up a state. Thanks to the properties of adjunction one may go one step further: the coKleisli-on-Kleisli category of a monad provides a kind of observation with respect to a given construction, while dually the Kleisli-on-coKleisli category of a comonad provides a kind of construction with respect to a given observation. In the previous examples this gives rise to catching an exception and updating a state. However, the interpretation of computational effects is usually based on a category which is not self-dual, like the category of sets. This leads to a breaking of the monad-comonad duality. For instance, in a distributive category the state effect has much better properties than the exception effect. This remark provides a novel point of view on the usual mechanism for handling exceptions. The aim of this paper is to build an equational semantics for handling exceptions based on the coKleisli-on-Kleisli category of the monad of exceptions. We focus on n-ary functions and conditionals. We propose a programmer's language for exceptions and we prove that it has the required behaviour with respect to n-ary functions and conditionals.

Keywords

Cite

@article{arxiv.1402.1051,
  title  = {Breaking a monad-comonad symmetry between computational effects},
  author = {Jean-Guillaume Dumas and Dominique Duval and Jean-Claude Reynaud},
  journal= {arXiv preprint arXiv:1402.1051},
  year   = {2014}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1310.0605

R2 v1 2026-06-22T03:01:56.691Z