Personal tools

MonadLib

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (22:31, 5 March 2010) (edit) (undo)
(Category:Monad)
 
(One intermediate revision not shown.)
Line 9: Line 9:
Please feel free to add additional documentation or examples to this wiki page.
Please feel free to add additional documentation or examples to this wiki page.
 +
 +
 +
[[Category:Packages]]
 +
[[Category:Libraries]]
 +
[[Category:Monad]]

Current revision

This is a library written in the programming language Haskell. It can be used by Haskell programmers to quickly construct monads---abstract data types that capture common programming idioms. The library provides a number of building blocks called monad transformers, that can be combined to construct quickly very complicated monads.

Useful links:


Please feel free to add additional documentation or examples to this wiki page.