Monad Transformers

From HaskellWiki
Revision as of 22:35, 5 March 2010 by Lemming (talk | contribs) (initial version with links to many discussions of MTL and Transformers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

There are currently two sets of packages that implement similar interfaces to monad transformers, besides a third package with a similar goal but different API named MonadLib:

  • MTL - Monad Transformers Library: provides concrete monad transformers like StateT and abstractions using multi-parameter classes with functional dependencies like MonadState
  • transformers

See also