The latest version of effect-monad is 0.8.1.0-0.

effect-monad

Version 0.6.1 revision 0 uploaded by DominicOrchard.

Package meta

Synopsis
Embeds effect systems into Haskell using parameteric effect monads
Description

Provides the 'parametric effect monad' structure to Haskell with a number of analogous of familiar monads (Reader, Writer, State, Maybe, Counter, Update) and a wrapper over normal monads (Control.Effect.Monad). This provides a way to embed effect systems into Haskell. For more information see with paper "Embedding effect systems in Haskell" by Orchard and Petricek http://www.cl.cam.ac.uk/~dao29/publ/haskell14-effects.pdf (Haskell, 2014) and the examples in https://github.com/dorchard/effect-monad/tree/master/examples.

(note, this package was previously called ixmonad until September 2014).

Author
Dominic Orchard
Bug reports
n/a
Category
Control, Monads
Copyright
2013-14 University of Cambridge
Homepage
n/a
Maintainer
Dominic Orchard
Package URL
n/a
Stability
experimental

Components