Operational
From HaskellWiki
(Difference between revisions)
(→Releases and Resources) |
(Changed category Monads to Monad) |
||
| Line 22: | Line 22: | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
| - | [[Category: | + | [[Category:Monad]] |
[[Category:Packages]] | [[Category:Packages]] | ||
Revision as of 21:07, 19 October 2011
1 What is it?
Operational is a small library for implementing custom monads.
The idea is that you can easily implement any monad by specifying instructions and their desired operational semantics.
2 Releases and Resources
- Download
- operational - latest version on hackage
- source code on github
- Documentation
- The Operational Monad Tutorial - Introductory document explaining the concept.
- Library documentation - How to use the libary proper; documents changes with respect to the tutorial.
- API reference on hackage.
- Example code - Collection of working examples.
- Feedback and Contact
- Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
- Issue Tracker
- Ask a question on StackOverflow
Categories: Libraries | Monad | Packages
