MonadLib

From HaskellWiki
Revision as of 20:43, 11 August 2008 by Yav (talk | contribs)
Jump to navigation Jump to search

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.