Skip to content

Abstracts.2019.Monads

Fabian edited this page Dec 21, 2020 · 8 revisions

Moggi's Computational Lambda-Calculus and Monads

by Sandro Stucki

If you've ever used a functional programming language such as Haskell, chances are you have encountered Monads. In Haskell, Monads are used to model and reason about computational effects (like exceptions, side effects/global state, input–output, nondeterminism, probabilistic nondeterminism, local state, partiality, and continuations). In this talk I will explore the category-theoretical origins of Monads and present Moggi's computational lambda-calculus, which inspired their use in functional programming. If there's time I might also say a word about graded monads and connections to modal logic.

Here are links to the papers by Eugenio Moggi:

and to Andrzej Filinski's paper on monadic reflection (there are others):

Bibliography

  1. Martin Hyland and John Power. 2007. "The Category Theoretic Understanding of Universal Algebra: Lawvere Theories and Monads".
  2. Emily Riehl. 2017, 2019. "A Categorical View of Computational Effects". Compose Conference slides and video, Lambda World slides and video.
Clone this wiki locally