Embedding effect systems in Haskell

Dominic Orchard, Tomas Petricek
2014 Proceedings of the 2014 ACM SIGPLAN symposium on Haskell - Haskell '14  
Monads are now an everyday tool in functional programming for abstracting and delimiting effects. The link between monads and effect systems is well-known, but in their typical use, monads provide a much more coarse-grained view of effects. Effect systems capture fine-grained information about the effects, but monads provide only a binary view: effectful or pure. Recent theoretical work has unified fine-grained effect systems with monads using a monad-like structure indexed by a monoid of
more » ... annotations (called parametric effect monads). This aligns the power of monads with the power of effect systems. This paper leverages recent advances in Haskell's type system (as provided by GHC) to embed this approach in Haskell, providing user-programmable effect systems. We explore a number of practical examples that make Haskell even better and safer for effectful programming. Along the way, we relate the examples to other concepts, such as Haskell's implicit parameters and coeffects.
doi:10.1145/2633357.2633368 dblp:conf/haskell/OrchardP14 fatcat:mgydh7itgffr3divcfvz3usva4