Difference between revisions of "Monad Transformer Library"

From HaskellWiki
Jump to navigation Jump to search
(Added link to version 2 upgrade page.)
(Use name of page, not "this page", for a link)
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
See the package on [http://hackage.haskell.org/package/mtl/ Hackage].
 
See the package on [http://hackage.haskell.org/package/mtl/ Hackage].
   
Version 2 of the MTL has some small incompatibilities with version 1.
+
Version 2 of the MTL has some small
See [[Upgrading from MTL 1 to MTL 2|this page]] for instructions on how
+
[[Incompatibilities between MTL 1 and MTL 2|incompatibilities]]
  +
relative to version 1.
  +
See "[[Upgrading from MTL 1 to MTL 2]]" for instructions on how
 
to make code written for version 1 work with version 2.
 
to make code written for version 1 work with version 2.
 
   
 
[[Category:Monad]]
 
[[Category:Monad]]

Revision as of 11:50, 16 November 2010

The MTL provides a selection of monads and their transformer variants along with type classes that allow uniform handling of a base monad and its transformer.

See the package on Hackage.

Version 2 of the MTL has some small incompatibilities relative to version 1. See "Upgrading from MTL 1 to MTL 2" for instructions on how to make code written for version 1 work with version 2.