Basics
As of March 2020, School of Haskell has been switched to read-only mode.
Foldable.mapM_, Maybe, and recursive functions 5 May 2014Michael Snoyman
No description given.
Functor, Applicative, and Monad 2 Jan 2017Michael Snoyman
This article follows a step-by-step buildup in functionality from functors, to applicative, and finally monads, illustrating the extra power each one provides. It is based around examples using the Maybe monad.