MonadLib
From HaskellWiki
(Difference between revisions)
(Category:Monad) |
|||
| (3 intermediate revisions not shown.) | |||
| Line 2: | Line 2: | ||
Useful links: | Useful links: | ||
| + | * [http://www.purely-functional.net/monadLib/ The monadLib home page] | ||
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib Download package] | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib Download package] | ||
* [http://hackage.haskell.org/packages/archive/monadLib/latest/doc/html/MonadLib.html API reference] | * [http://hackage.haskell.org/packages/archive/monadLib/latest/doc/html/MonadLib.html API reference] | ||
| + | * [http://github.com/yav/monadlib Repository at GitHub] | ||
| + | |||
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.
Categories: Packages | Libraries | Monad
